We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think it would be a nice way to edit filtered data by adding an edit in Level0 link next to the edit in JOSM link in the export dialog.
Bonus points if the query is automatically changed to the XML version with metadata: set /osm-script/@output="xml" and set all print/@mode="meta" ;-)
/osm-script/@output="xml"
print/@mode="meta"
The text was updated successfully, but these errors were encountered:
nice idea!
But this would require that Level0 allows Overpass-API URLs (or completely generic URLs to OSM content) in its URL or ID-field. cc @Zverik
URL or ID
After that I could simply add a link to Level0 like http://level0.osmz.ru/index.php?url=http://overpass-api.de/api/interpreter?data=…, which would be totally equivalent to what the "export to JOSM" thing is currently doing.
Sorry, something went wrong.
Overpass API links are now allowed for ?url= parameter. Only /interpreter?data=, no /xapi and such.
?url=
/interpreter?data=
/xapi
Nice. The export to Level0 is now implemented in the master (=dev.) branch. Demo available at http://overpass-turbo.eu/master/
Great, thanks!
No branches or pull requests
I think it would be a nice way to edit filtered data by adding an edit in Level0 link next to the edit in JOSM link in the export dialog.
Bonus points if the query is automatically changed to the XML version with metadata:
set
/osm-script/@output="xml"
and set allprint/@mode="meta"
;-)The text was updated successfully, but these errors were encountered: