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
Anticipating #67 (name based queries) that will add to the existing OpenStreetMap type queries based on key value pairs the proposal here is to consider generalising the geospatial search.
The goal is to make a user friendly GeoSearch that returns a GetRequest ready for the HTTPAdapter to Pull (or maybe the HTTPAdapter part is also wrapped up and return results?)
4 simple inputs are the input basic requirement:
searchFor (mandatory)
searchIn (optional)
settings (optional)
active (run)
Mandatory what to search for
OSM objects (defined by standard OSM key or category and type (if no type all types in category))
Anticipating #67 (name based queries) that will add to the existing OpenStreetMap type queries based on key value pairs the proposal here is to consider generalising the geospatial search.

The goal is to make a user friendly
GeoSearchthat returns aGetRequestready for theHTTPAdapterto Pull (or maybe the HTTPAdapter part is also wrapped up and return results?)4 simple inputs are the input basic requirement:
Mandatory what to search for
Optional where to search in (default is the world):
Optional settings (default is to return geojson formatted data + polygons, limit result to 50, provide all details, search all countries)
At most simple this could unlock the potential of a search like this:

Steps towards this (each an individual PR):
GetRequest.@rwemay @al-fisher any further thoughts on this one?