kopia lustrzana https://github.com/openmaptiles/openmaptiles
e674eb13bb | ||
---|---|---|
.. | ||
README.md | ||
class.sql | ||
layer.sql | ||
mapping.png | ||
mapping.yaml | ||
poi.yaml | ||
poi_polygon_update.sql |
README.md
poi
Points of interests containing a of a variety of OpenStreetMap tags. Mostly contains amenities, sport, shop and tourist POIs.
Fields
- class: More general classes of POIs. If there is no more general
class
for thesubclass
this field will contain the same value assubclass
. But for example for schools you only need to style the classschool
to filter the subclassesschool
andkindergarten
. Or use the classshop
to style all shops. - name_en: The english
name:en
value if available. - name: The OSM
name
value of the POI. - rank: The POIs are ranked ascending according to their importance within a grid. The
rank
value shows the local relative importance of a POI within it's cell in the grid. This can be used to reduce label density at z14. Since all POIs already need to be contained atz14
you can useless than rank=10
epxression to limit POIs. At some point like z17 you can show all POIs. - subclass: Original value of either the
amenity
,leisure
,landuse
,sport
,tourism
orshop
tag. Use this to do more precise styling.