Rail stations 2 (#255)
* rail stations * Create 'railway' POI class with 'station' and 'halt' subclasses * Introduce subway stops as POI * Revert unwanted changes in .env and openmaptiles.yaml * Remove halt key from documentation * Distinguish aeroway and railway station, add tram_stop
This commit is contained in:
6
layers/poi/poi_update.sql
Normal file
6
layers/poi/poi_update.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
UPDATE osm_poi_point
|
||||
SET subclass = 'subway'
|
||||
WHERE station = 'subway' and subclass='station';
|
||||
UPDATE osm_poi_polygon
|
||||
SET subclass = 'subway'
|
||||
WHERE station = 'subway' and subclass='station';
|
||||
Reference in New Issue
Block a user