omeka / plugin-Geolocation

Allows administrative users to save geolocation data for an individual item. The plugin generates a Google map containing items with geolocation data and a web page for displaying the map.
http://omeka.org/codex/Plugins/Geolocation
12 stars 20 forks source link

How do you use search form to find items without geolocation coordinates? #52

Closed akprtll closed 4 years ago

akprtll commented 4 years ago

The Omeka search form seems to allow you to seek items that are within a certain distance of a location, but is there syntax that can be used in the search form to find items that have not been geolocated? (The goal is to make a list for manually adding the geolocation information.)

zerocrates commented 4 years ago

The plugin doesn't include an option to search for un-located items.

The data for doing that is all there, there just needs to be added a query parameter that tells us to do it: the opposite of the existing only_map_items.

zerocrates commented 4 years ago

Geolocation 3.1 includes this feature.