Skip to content

Commit

Permalink
Merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
pietervdvn committed Jun 28, 2023
2 parents 33fa11f + 622717c commit fa650cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion UI/Popup/MoveWizard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default class MoveWizard extends Toggle {
lockBounds: true,
includeSearch: false,
background: "photo",
startZoom: 17,
startZoom: 18,
minZoom: 16,
eraseAddressFields: false,
})
Expand Down Expand Up @@ -139,6 +139,7 @@ export default class MoveWizard extends Toggle {
new SvelteUIElement(LocationInput, {
mapProperties,
value,
initialCoordinate: { lon, lat },
}).SetClass("w-full h-full"),
new SvelteUIElement(OpenBackgroundSelectorButton, { state }).SetClass(
"absolute bottom-0 left-0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mapcomplete",
"version": "0.30.8",
"version": "0.30.9",
"repository": "https://github.com/pietervdvn/MapComplete",
"description": "A small website to edit OSM easily",
"bugs": "https://github.com/pietervdvn/MapComplete/issues",
Expand Down

0 comments on commit fa650cc

Please sign in to comment.