openmaptiles/layers/transportation
Tomas Pohanka 382b12ae8a
Drop osm_transportation_name_network table before recreation. (#1653)
Drop the main table for layer `transportation_name` layer before creation.

For the first SQL import, it is OK, but for the second import (e.g. for a different country by `import-osm area=yyy`) without dropping the whole database it will keep `osm_transportation_name_network` filled with data from the first import (after first `import-sql` step)

This PR will drop the already-filled table from the first import and insert data from the reimported area.
2024-04-03 13:43:28 +02:00
..
README.md Update diagrams of transportation 2017-03-15 13:55:18 +01:00
class.sql Add grade 1 tracks to paved (#1485) 2023-01-26 19:24:44 +01:00
etl_diagram.png Add network for GBR and IRL. (#1649) 2024-04-02 11:08:50 +02:00
highway_name.sql Run get_basic_name after osml10n_street_abbrev_* (#1326) 2021-12-08 08:20:15 +01:00
mapping.yaml [WIP] Expanded road route attributes (#1620) 2024-02-20 17:38:11 +01:00
mapping_diagram.png Add highway=bus_guideway (#1407) 2022-07-26 15:26:57 +02:00
network_type.sql More roads for z4 and z5. (#1642) 2024-03-13 10:12:03 +01:00
style.json Replace `["geometry-type"]` with `"$type"` (#1646) 2024-03-28 10:52:38 +01:00
transportation.sql Remove expressway from ramps (#1602) 2023-12-28 07:11:36 +01:00
transportation.yaml Routes of Ireland (#1466) 2023-01-15 13:52:43 +01:00
update_route_member.sql Add network for GBR and IRL. (#1649) 2024-04-02 11:08:50 +02:00
update_transportation_merge.sql Drop osm_transportation_name_network table before recreation. (#1653) 2024-04-03 13:43:28 +02:00

README.md

transportation

Docs

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

Mapping Diagram

Mapping diagram for transportation

ETL diagram

ETL diagram for transportation