mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 13:59:27 +02:00
Re-add area as a geometry for tagless other preset
Without it, areas without area=yes don't match any preset fix #1087
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ iD.presets = function(context) {
|
||||
|
||||
var other = iD.presets.Preset('other', {
|
||||
tags: {},
|
||||
geometry: ['point', 'vertex', 'line']
|
||||
geometry: ['point', 'vertex', 'line', 'area']
|
||||
}),
|
||||
otherarea = iD.presets.Preset('other/area', {
|
||||
tags: { area: 'yes' },
|
||||
|
||||
Reference in New Issue
Block a user