Modify ↓
Opened 2 months ago
#24510 new enhancement
Allow variables for key values
| Reported by: | MichaelFS | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Core | Version: | tested |
| Keywords: | template_report | Cc: |
Description
OverpassTurbo allows variables for key values, f.e.
{{city=Erlangen}}
{{postcode=91054}}
area["boundary"="administrative"]["name"="{{city}}"]->.de;
area[postal_code="{{postcode}}"]->.plz;
In JOSM this code throws an error:
OSM-Server »``overpass-api.de``« reported an incorrect request.
This has been discussed in the forum.
I'd appreciate if ypou cold add this feature to JOSM.
Thank you and regards
Michel
Attachments (0)
Note:
See TracTickets
for help on using tickets.


