uid "nominatim_search" title "Nominatim" metadata.keywords [ "search" ] metadata.abstract """ Full-text search with [Nominatim](https://nominatim.openstreetmap.org/) """ client.addElements+ { tag "Sidebar.Search" } actions+ { type "search" } finders+ { type "nominatim" spatialContext "map" } map { center {demo_point_duesseldorf_3857} extent [ 447705, 6478918, 1023665, 6813238 ] zoom.initScale 1000000 zoom.maxScale 1000000 } {demo_osm_background}