Skip to content

Commit

Permalink
Merge pull request #20 from CodeForAfrica/fix/sensors-on-map
Browse files Browse the repository at this point in the history
[HOTFIX] Sensors on Map
  • Loading branch information
nerdlet authored Dec 11, 2020
2 parents 9fcaf79 + 58f8ad2 commit 89e3bdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/map.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ export default {
attribution:
'Map data © <a href="https://openstreetmap.org">OpenStreetMap</a> contributors',
maxZoom: 13,
// continuousWorld: false,
// noWrap: true
continuousWorld: false,
noWrap: true,
})
.addTo(map);
Expand Down

0 comments on commit 89e3bdc

Please sign in to comment.