mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
Generate a single feature-icons.json and feature-icons.css. In the JSON, features with a line icon are indicated by the presence of a `line` property. PresetIcon looks for this to determine whether or not to add the `preset-icon-line` class. New line icons may be added by editing line-icons.json.
45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"highway-motorway": [20, 25],
|
|
"highway-trunk": [80, 25],
|
|
"highway-primary": [140, 25],
|
|
"highway-secondary": [200, 25],
|
|
"highway-tertiary": [260, 25],
|
|
"highway-motorway-link": [320, 25],
|
|
"highway-trunk-link": [380, 25],
|
|
"highway-primary-link": [440, 25],
|
|
"highway-secondary-link": [500, 25],
|
|
"highway-tertiary-link": [560, 25],
|
|
"highway-residential": [620, 25],
|
|
"highway-unclassified": [680, 25],
|
|
"highway-service": [740, 25],
|
|
"highway-road": [800, 25],
|
|
"highway-track": [860, 25],
|
|
"highway-living-street": [920, 25],
|
|
"highway-path": [980, 25],
|
|
"highway-cycleway": [1040, 25],
|
|
"highway-footway": [1100, 25],
|
|
"highway-bridleway": [1160, 25],
|
|
"highway-steps": [1220, 25],
|
|
|
|
"railway-rail": [1280, 25],
|
|
"railway-disused": [1340, 25],
|
|
"railway-abandoned": [1400, 25],
|
|
"railway-subway": [1460, 25],
|
|
"railway-light-rail": [1520, 25],
|
|
"railway-monorail": [1580, 25],
|
|
|
|
"waterway-river": [1640, 25],
|
|
"waterway-stream": [1700, 25],
|
|
"waterway-canal": [1760, 25],
|
|
"waterway-ditch": [1820, 25],
|
|
|
|
"power-line": [1880, 25],
|
|
|
|
"other-line": [1940, 25],
|
|
|
|
"category-roads": [2000, 25],
|
|
"category-rail": [2060, 25],
|
|
"category-path": [2120, 25],
|
|
"category-water": [2180, 25]
|
|
}
|