kopia lustrzana https://github.com/openmaptiles/openmaptiles
…
|
||
---|---|---|
.. | ||
README.md | ||
city.sql | ||
country.sql | ||
mapping.png | ||
mapping.yaml | ||
merge_city_rank.sql | ||
merge_country_rank.sql | ||
merge_state_rank.sql | ||
place.sql | ||
place.yaml | ||
state.sql | ||
types.sql |
README.md
place
The place layer consists out of countries, states and cities. Apart from the roads this is also one of the more important layers to create a beautiful map. We suggest you use different font styles and sizes to create a text hierarchy.
Fields
- name_en: The english
name:en
value if available. - name: The OSM
name
value of the POI. - rank: Countries, states and the most important cities all have a
rank
to boost their importance on the map. Therank
field for counries and states ranges from1
to6
while therank
field for cities ranges from1
to10
for the most important cities and continues from10
serially based on the local importance of the city (derived from population and city class). Use therank
field to build a text hierarchy. The rank value is a combination of the Natural Earthscalerank
,labelrank
anddatarank
values for countries and states and for cities consists out of a shifted Natural Earthscalerank
combined with a local rank within a grid for cities that do not have a Natural Earthscalerank
. - class: Distinguish between
country
,state
and other city classes likecity
,town
,village
,hamlet
,suburb
,neighbourhood
orisolated_dwelling
. Use this to separately style the different places according to their importance (usually country and state different than cities).