mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-19 23:14:47 +02:00
Add rendering for roller_coaster=track and roller_coaster=support (#9891)
This commit is contained in:
@@ -7,7 +7,7 @@ export function svgTagClasses() {
|
||||
'building', 'highway', 'railway', 'waterway', 'aeroway', 'aerialway',
|
||||
'piste:type', 'boundary', 'power', 'amenity', 'natural', 'landuse',
|
||||
'leisure', 'military', 'place', 'man_made', 'route', 'attraction',
|
||||
'building:part', 'indoor'
|
||||
'roller_coaster', 'building:part', 'indoor'
|
||||
];
|
||||
var statuses = Object.keys(osmLifecyclePrefixes);
|
||||
var secondaries = [
|
||||
|
||||
Reference in New Issue
Block a user