This is a static archive of our old OSM Help Site. Please post any new questions and answers at community.openstreetmap.org.

Create amenity grit bin map

1
1

Hello,

I've found the Grit bin amenity tag and would like to know how I would go about creating a UK map with all mapped grit bins.

Thanks!

asked 29 Sep '14, 12:54

leenewell's gravatar image

leenewell
31112
accept rate: 0%


One Answer:

6

The really simple way would be to use Overpass-turbo, but if there are lots and lots of grit bins mapped that may be too much data. At present we have around 2250 grit bins mapped in Great Britain, so this is not currently a problem, so I've created a query.

There are techniques for pulling data out with overpass (e.g., as GeoJSON) and showing them on a map using tools like leaflet or OpenLayers.

answered 29 Sep '14, 13:32

SK53's gravatar image

SK53 ♦
28.1k48268433
accept rate: 22%

1

Thanks SK53!

(29 Sep '14, 13:44) leenewell
5

You could also do something similar as explained in this blog http://www.mappa-mercia.org/2014/09/creating-an-always-up-to-date-map.html , combining Overpass and umap. This might be easier if you do not want to program in JavaScript.

(29 Sep '14, 13:48) escada