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 ee7eaf4 commit 351fb0d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,7 @@
'Satellite': L.tileLayer('https://tiles.stadiamaps.com/tiles/alidade_satellite/{z}/{x}/{y}{r}.{ext}', {
minZoom: 0,
maxZoom: 20,
ext: 'jpg',
apiKey: trySetting('_tileProviderApiKey', ''),
apikey: trySetting('_tileProviderApiKey', ''),
key: trySetting('_tileProviderApiKey', ''),
accessToken: trySetting('_tileProviderApiKey', '')
ext: 'jpg'
})}
//Json data search
const searchLayer = L.geoJSON(Search, {
Expand Down

0 comments on commit 351fb0d

Please sign in to comment.