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

Can I add a layer and only see that layer?

1
1

Specifically, I am planning to map the trashcans in my city. Is there a way to not see all the other landmarks to make visualizing the trashcans easier?

Thanks

asked 24 Feb '15, 02:32

decaturga's gravatar image

decaturga
16111
accept rate: 0%


3 Answers:

2

yes, try this (the quick'n'dirty solution):

  1. go to http://overpass-turbo.eu/
  2. centre the map on your city
  3. click "Wizard"
  4. enter the tag you like to see (e.g. amenity=waste_basket)
  5. hit "build and run"

answered 24 Feb '15, 02:51

aseerel4c26's gravatar image

aseerel4c26 ♦
32.6k18248554
accept rate: 18%

edited 24 Feb '15, 02:51

1

You could use the OpenPoiMap
Clear the 'user POIs' box and add amenity=waste_basket and then select show in the same box, zoom in to the area of interest and you can see where they are tagged as such in the osm.
A very useful recently available tool.

answered 24 Feb '15, 02:58

nevw's gravatar image

nevw
9.8k2690178
accept rate: 9%

1

Using an umap instance, for example umap.openstreetmap.fr, together with data obtained from overpass is likely the easiest and best looking solution. See http://www.mappa-mercia.org/2014/09/creating-an-always-up-to-date-map.html for instructions.

answered 24 Feb '15, 10:36

SimonPoole's gravatar image

SimonPoole ♦
44.7k13326701
accept rate: 18%

Source code available on GitHub .