hotosm / osm-tasking-manager2

Designed and built for Humanitarian OpenStreetMap Team collaborative emergency/disaster mapping, the OSM Tasking Manager 2.0 divides an area into individual squares that can be rapidly mapped by thousands of volunteers.
http://tasks.hotosm.org
Other
425 stars 156 forks source link

Improve Overpass-turbo queries #969

Closed ethan-nelson closed 7 years ago

ethan-nelson commented 7 years ago

Right now, the Overprass-turbo links open up to the full map page. Based on some feedback, a more useful way to examine this data is to use the regular Overpass-turbo interface that includes stats in the lower righthand corner and the query on the left half of the screen.

This only requires two tweaks. First, removing the map.html portion loads the regular interface instead of the full screen map. Then, we add a &R at the end of the url to run the query on page load.

Here are an example before and after link:

Before

After

I don't have access to a test instance at the moment, so if someone wants to try it out before the weekend, do review it.

pgiraud commented 7 years ago

This makes sense. And I can confirm that it work well.

ethan-nelson commented 7 years ago

Looks like build passed as well: https://travis-ci.org/hotosm/osm-tasking-manager2/builds/197441275