mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-30 03:39:36 +02:00
Adds presets for Traffic Sign, Speed Limit Sign, and City Limit Sign, each with point/vertex variants to account for different direction fields
Makes the maxspeed field compatible with node entities
This commit is contained in:
@@ -6073,6 +6073,26 @@
|
||||
"object_types": ["node", "way"],
|
||||
"icon_url": "https://raw.githubusercontent.com/bhousel/temaki/master/icons/diamond.svg?sanitize=true"
|
||||
},
|
||||
{
|
||||
"key": "traffic_sign",
|
||||
"description": "Traffic Sign",
|
||||
"object_types": ["node"],
|
||||
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/square-stroked-15.svg?sanitize=true"
|
||||
},
|
||||
{
|
||||
"key": "traffic_sign",
|
||||
"value": "city_limit",
|
||||
"description": "City Limit Sign",
|
||||
"object_types": ["node"],
|
||||
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/square-stroked-15.svg?sanitize=true"
|
||||
},
|
||||
{
|
||||
"key": "traffic_sign",
|
||||
"value": "maxspeed",
|
||||
"description": "Speed Limit Sign",
|
||||
"object_types": ["node"],
|
||||
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/square-stroked-15.svg?sanitize=true"
|
||||
},
|
||||
{
|
||||
"key": "type",
|
||||
"value": "multipolygon",
|
||||
|
||||
Reference in New Issue
Block a user