Themes: enable move on schools, tweak GRB for performance

This commit is contained in:
Pieter Vander Vennet 2023-11-16 01:43:10 +01:00
parent 40d32890fe
commit db982884a1
3 changed files with 8 additions and 3 deletions

View file

@ -461,5 +461,9 @@
} }
} }
} }
] ],
"allowMove": {
"enableImproveAccuracy": true,
"enableRelocation": true
}
} }

View file

@ -237,5 +237,6 @@
"website", "website",
"email", "email",
"phone" "phone"
] ],
"allowMove": true
} }

View file

@ -785,7 +785,7 @@
} }
], ],
"overrideAll": { "overrideAll": {
"minzoom": 15 "minzoom": 18
}, },
"widenFactor": 2, "widenFactor": 2,
"overpassMaxZoom": 15, "overpassMaxZoom": 15,