Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Nour-rabea authored Jul 24, 2024
1 parent ebce216 commit 621e09c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,11 @@
'Satellite': L.tileLayer('https://tiles.stadiamaps.com/tiles/alidade_satellite/{z}/{x}/{y}{r}.{ext}', {
minZoom: 0,
maxZoom: 20,
ext: 'jpg'
ext: 'jpg',
apiKey: trySetting('_tileProviderApiKey', ''),
apikey: trySetting('_tileProviderApiKey', ''),
key: trySetting('_tileProviderApiKey', ''),
accessToken: trySetting('_tileProviderApiKey', '')
})}
//Json data search
const searchLayer = L.geoJSON(Search, {
Expand Down

0 comments on commit 621e09c

Please sign in to comment.