Put back maplibre logo

This commit is contained in:
acalcutt 2023-01-20 10:41:56 -05:00
parent fafdf041a1
commit 7a41cbc84e
2 changed files with 4 additions and 0 deletions

View file

@ -49,6 +49,7 @@
var map = new maplibregl.Map({
container: 'map',
maplibreLogo: true,
hash: true,
style: {
version: 8,
@ -93,6 +94,7 @@
var map = new maplibregl.Map({
container: 'map',
maplibreLogo: true,
hash: true,
style: {
version: 8,

View file

@ -40,6 +40,7 @@
var map = new maplibregl.Map({
container: 'map',
style: '{{public_url}}styles/{{id}}/style.json' + keyParam,
maplibreLogo: true,
hash: true
});
map.addControl(new maplibregl.NavigationControl({
@ -55,6 +56,7 @@
} else {
var map = new maplibregl.Map({
container: 'map',
maplibreLogo: true,
hash: true,
style: {
version: 8,