diff --git a/data/presets/presets.json b/data/presets/presets.json index 6b1589db7..bc00eef50 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -5838,6 +5838,7 @@ "name": "Minor/Unclassified Road" }, "historic": { + "icon": "poi-ruins", "fields": [ "historic" ], @@ -5852,6 +5853,7 @@ "name": "Historic Site" }, "historic/archaeological_site": { + "icon": "poi-ruins", "fields": [ "historic/civilization" ], @@ -5866,6 +5868,7 @@ "name": "Archaeological Site" }, "historic/boundary_stone": { + "icon": "poi-monument", "geometry": [ "point", "vertex" @@ -5916,6 +5919,7 @@ "name": "Monument" }, "historic/ruins": { + "icon": "poi-ruins", "fields": [ "historic/civilization" ], diff --git a/data/presets/presets/historic.json b/data/presets/presets/historic.json index 0fb90ed45..0431e5c90 100644 --- a/data/presets/presets/historic.json +++ b/data/presets/presets/historic.json @@ -1,4 +1,5 @@ { + "icon": "poi-ruins", "fields": [ "historic" ], @@ -11,4 +12,4 @@ "historic": "*" }, "name": "Historic Site" -} \ No newline at end of file +} diff --git a/data/presets/presets/historic/archaeological_site.json b/data/presets/presets/historic/archaeological_site.json index 3b219c264..840c8554c 100644 --- a/data/presets/presets/historic/archaeological_site.json +++ b/data/presets/presets/historic/archaeological_site.json @@ -1,4 +1,5 @@ { + "icon": "poi-ruins", "fields": [ "historic/civilization" ], diff --git a/data/presets/presets/historic/boundary_stone.json b/data/presets/presets/historic/boundary_stone.json index cf4475274..1f596847e 100644 --- a/data/presets/presets/historic/boundary_stone.json +++ b/data/presets/presets/historic/boundary_stone.json @@ -1,4 +1,5 @@ { + "icon": "poi-monument", "geometry": [ "point", "vertex" @@ -7,4 +8,4 @@ "historic": "boundary_stone" }, "name": "Boundary Stone" -} \ No newline at end of file +} diff --git a/data/presets/presets/historic/ruins.json b/data/presets/presets/historic/ruins.json index 605319348..8951175de 100644 --- a/data/presets/presets/historic/ruins.json +++ b/data/presets/presets/historic/ruins.json @@ -1,4 +1,5 @@ { + "icon": "poi-ruins", "fields": [ "historic/civilization" ], diff --git a/svg/iD-sprite.json b/svg/iD-sprite.json index 2d7bbb55d..77b8bb61f 100644 --- a/svg/iD-sprite.json +++ b/svg/iD-sprite.json @@ -266,6 +266,7 @@ "poi-mast": { "viewBox": "505 320 15 15" }, "poi-bench": { "viewBox": "520 320 15 15" }, "poi-clock": { "viewBox": "535 320 15 15" }, + "poi-ruins": { "viewBox": "550 320 15 15" }, "poi-foot-shape": { "fill": "currentColor" }, "poi-traffic-signals-shape": { "fill": "currentColor" }, @@ -277,6 +278,7 @@ "poi-mast-shape": { "fill": "currentColor" }, "poi-bench-shape": { "fill": "currentColor" }, "poi-clock-shape": { "fill": "currentColor" }, + "poi-ruins-shape": { "fill": "currentColor" }, "poi-vending-machine": { "viewBox": "400 335 15 15" }, "poi-dice": { "viewBox": "415 335 15 15" }, diff --git a/svg/iD-sprite.src.idraw b/svg/iD-sprite.src.idraw index 3b0a750ea..e1e706494 100644 Binary files a/svg/iD-sprite.src.idraw and b/svg/iD-sprite.src.idraw differ diff --git a/svg/iD-sprite.src.svg b/svg/iD-sprite.src.svg index 7ce4169ba..3eb2e3a16 100644 --- a/svg/iD-sprite.src.svg +++ b/svg/iD-sprite.src.svg @@ -265,6 +265,9 @@ + + +