mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-03 13:38:04 +02:00
Use live bound object for presets object, change context.presets() getter
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@
|
||||
};
|
||||
|
||||
context.presets = function() {
|
||||
return iD.presetInit().load({
|
||||
return iD.presetIndex().load({
|
||||
presets: {
|
||||
'amenity/restaurant': {
|
||||
geometry: ['point'],
|
||||
|
||||
Reference in New Issue
Block a user