Skip to content

Commit

Permalink
Update leaflet-providers.js
Browse files Browse the repository at this point in the history
Convert double to single quotes.
  • Loading branch information
D-Groenewegen authored and brunob committed Oct 17, 2023
1 parent 505b540 commit 524ae55
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions leaflet-providers.js
Original file line number Diff line number Diff line change
Expand Up @@ -980,13 +980,13 @@
maxZoom: 18
},
variants: {
osgb63k1885: "uk-osgb63k1885",
osgb1888: "uk-osgb1888",
osgb10k1888: "uk-osgb10k1888",
osgb1919: "uk-osgb1919",
osgb25k1937: "uk-osgb25k1937",
osgb63k1955: "uk-osgb63k1955",
oslondon1k1893: "uk-oslondon1k1893"
osgb63k1885: 'uk-osgb63k1885',
osgb1888: 'uk-osgb1888',
osgb10k1888: 'uk-osgb10k1888',
osgb1919: 'uk-osgb1919',
osgb25k1937: 'uk-osgb25k1937',
osgb63k1955: 'uk-osgb63k1955',
oslondon1k1893: 'uk-oslondon1k1893'
}
},
JusticeMap: {
Expand Down

0 comments on commit 524ae55

Please sign in to comment.