You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uses the predefined dt_location_grid table to list options
saves the grid_id in the postmeta table for records and usermeta for users.
the location_meta field
uses the mapbox or the google geocoding api to list options
finds the corresponding location_grid and saves the grid_id in the postmeta table for records and usermeta for users.
saves the extra meta in the dt_location_grid_meta table (lat, lng, level, label, etc)
The location_meta field requires the location field. So in essence the location_meta in an extension of the location field. These could be considered the same field with different UI and workflows.
We ran into blocks In trying to let the admin create a location_meta field on custom post types. See pr.
A custom location_meta requires a custom location_grid and we'd like to not have to create 2 fields to make this work.
So can we build out the location field to have 2 modes: normal, or with a geolocation key.
The text was updated successfully, but these errors were encountered:
the
location
fielddt_location_grid
table to list optionsthe
location_meta
fielddt_location_grid_meta
table (lat, lng, level, label, etc)The location_meta field requires the location field. So in essence the location_meta in an extension of the location field. These could be considered the same field with different UI and workflows.
We ran into blocks In trying to let the admin create a location_meta field on custom post types. See pr.
A custom location_meta requires a custom location_grid and we'd like to not have to create 2 fields to make this work.
So can we build out the
location
field to have 2 modes: normal, or with a geolocation key.The text was updated successfully, but these errors were encountered: