tyrasd / overpass-turbo

A web based data mining tool for OpenStreetMap using the Overpass API.
https://overpass-turbo.eu
Other
920 stars 130 forks source link

JOSM automatic fix break geocode #695

Closed ivanbranco closed 3 months ago

ivanbranco commented 4 months 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 4 months ago

The auto repair should in fact replace out by out meta, which is exactly what has happened to South Carolina here.

You can trick the replacement code to leave South alone by using some uppercase instead:

{{geocodeArea:SOUTH Carolina}}->.searchArea;