Skip to content

Commit

Permalink
Set maxzoom and attribution for basemap
Browse files Browse the repository at this point in the history
  • Loading branch information
russss committed May 30, 2024
1 parent bc6593d commit f3e954d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/src/style/map_style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1185,6 +1185,8 @@ const style: StyleSpecification = {
openmaptiles: {
type: 'vector',
tiles: ['https://map.emfcamp.org/data/uk/{z}/{x}/{y}'],
maxzoom: 14,
attribution: '© OpenMapTiles © OpenStreetMap contributors',
},
site_plan: {
type: 'vector',
Expand Down

0 comments on commit f3e954d

Please sign in to comment.