Skip to content

Commit

Permalink
Merge pull request #411 from openaddresses/use-newer-protomaps-style
Browse files Browse the repository at this point in the history
Use a newer protomaps style
  • Loading branch information
iandees authored Nov 20, 2024
2 parents 40db11f + 5e29d37 commit 05647ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/web/src/components/Fabric.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export default {
container: 'map',
center: this.tilejson.center,
zoom: this.tilejson.minzoom,
style: 'https://api.protomaps.com/styles/v2/grayscale.json?key=' + res.protomaps_key
style: 'https://api.protomaps.com/styles/v4/grayscale/en.json?key=' + res.protomaps_key
});
this.map.addControl(new mapboxgl.NavigationControl(), 'bottom-right');
Expand Down

0 comments on commit 05647ab

Please sign in to comment.