drolbr / Overpass-API

A database engine to query the OpenStreetMap data.
http://overpass-api.de
GNU Affero General Public License v3.0
690 stars 90 forks source link

JOSM automatic fix break geocode #725

Closed ivanbranco closed 1 month ago

ivanbranco commented 1 month ago

If I write a query with {{geocodeArea:South Carolina}}->.searchArea; and then I click "Export" and then "JOSM", and then I allow Overpass to automatically fix the query for the export, the geocode becames: {{geocodeArea:Sout metah Carolina}}->.searchArea;/*fixed by auto repair*/ changing "South" to "Sout metah"

mmd-osm commented 1 month ago

Anything that looks like {{ ... }} are overpass turbo specific extensions, which are not understood by Overpass API. This means, you need to report your issue over at https://github.com/tyrasd/overpass-turbo/issues It's really off topic for this repo.

ivanbranco commented 1 month ago

ops