openmaptiles/layers/poi
Yuri Astrakhan 1d91b9ef6e
Noop: tag sql MAT VIEWS with a special comment (#733)
Tag all SQL materialized views with a machine-readable comment
to indicate that this materialized view can be created without
data:

   /* DELAY_MATERIALIZED_VIEW_CREATION */

In the next version of tools this comment can be optionally
replaced with the "WITH NO DATA" parameter, thus allowing
a much faster execution of the SQL script. All materialized
viewes will be populated with data in parallel afterwards
using the `refresh-views` tools script.
2020-01-20 12:02:49 -05:00
..
README.md Update diagrams 2017-06-12 18:13:09 +02:00
class.sql Manage field mapping in SQL declaratively 2019-12-19 11:25:29 -05:00
etl_diagram.png Refreshed all diagrams, fixed automation & 2 broken graphs (#692) 2019-10-26 21:28:43 -04:00
layer.sql Add type of sport as subclass of pitch (#532) 2018-11-12 14:37:00 +01:00
mapping.yaml Merge zstadler/openmaptiles/patch-1 into master 2019-10-23 13:24:20 -04:00
mapping_diagram.png Refreshed all diagrams, fixed automation & 2 broken graphs (#692) 2019-10-26 21:28:43 -04:00
poi.yaml Manage field mapping in SQL declaratively 2019-12-19 11:25:29 -05:00
poi_stop_agg.sql Noop: tag sql MAT VIEWS with a special comment (#733) 2020-01-20 12:02:49 -05:00
public_transport_stop_type.sql Add agg_stop indicator to transit stations (POI) 2017-11-09 11:46:32 +01:00
update_poi_point.sql Import additional names from Wikidata 2017-11-16 09:03:41 +01:00
update_poi_polygon.sql Import additional names from Wikidata 2017-11-16 09:03:41 +01: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