openmaptiles/layers/poi
Daniel Schep cd77b07e46
improve `class=path` styling (#1450)
This PR addresses that by:

* rendering oneway arrows on more than `subclass=cycleway`
* less opacity for path/footway casing
* adding the thin black casing to bridges
* adding `subclass=steps` & `subclass=bridleway` rendering
* render `bicycle=designated` as `subclass=cycleway` and `horse=designated` as `subclass=bridleway` (bike taking priority)
* improved tunnel rendering with double casing & adding main line
* made casing min zoom consistent across subclasses

All of these changes were made to mimic OSM Carto.
2023-01-06 10:08:03 +01:00
..
README.md Update diagrams 2017-06-12 18:13:09 +02:00
class.sql NOOP: Format all layer's SQL code (#917) 2020-06-08 12:19:55 -04:00
etl_diagram.png Update etl diagram for poi layer (#1297) 2021-11-10 19:49:18 +01:00
mapping.yaml Add POI parcel locker (#1390) 2022-06-01 09:32:10 +02:00
mapping_diagram.png Add POI parcel locker (#1390) 2022-06-01 09:32:10 +02:00
poi.sql Rename generic layer.sql to actual_layer_name .sql (#1034) 2020-11-09 11:43:35 +02:00
poi.yaml Add POI parcel locker (#1390) 2022-06-01 09:32:10 +02:00
poi_stop_agg.sql Update etl diagram for poi layer (#1297) 2021-11-10 19:49:18 +01:00
public_transport_stop_type.sql Change typecheck to perform within the current namespace/schema (#1389) 2022-07-26 12:26:46 +02:00
style.json improve `class=path` styling (#1450) 2023-01-06 10:08:03 +01:00
update_poi_point.sql Add POI parcel locker (#1390) 2022-06-01 09:32:10 +02:00
update_poi_polygon.sql add ST_IsValid where ST_PointOnSurface (#1025) 2020-10-13 16:28:20 +03:00

README.md

poi

Docs

Read the layer documentation at http://openmaptiles.org/schema#poi

Mapping Diagram

Mapping diagram for poi

ETL diagram

ETL diagram for poi