Skip to content

Commit

Permalink
feat: zoom controls
Browse files Browse the repository at this point in the history
  • Loading branch information
stellarjaysoftware committed Feb 12, 2022
1 parent cea65bd commit f4b6d13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ function MapComponent() {
onError: handleError,
filters: parameters,
iconSuite: window.screen.width > 1199 ? 'ptk-b' : 'ptk-s',
zoomControl: true,
});
map.on('moveEnd', () => {
log.warn('update url');
Expand Down

0 comments on commit f4b6d13

Please sign in to comment.