mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 16:07:33 +08:00
code refactor
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
const leafletTileSources = {
|
||||
'openstreetmap': {
|
||||
tileUrlFormat: 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
|
||||
tileUrlSubDomains: 'abc',
|
||||
attribution : '© <a href="http://www.openstreetmap.org/copyright" class="external" target="_blank">OpenStreetMap</a>'
|
||||
}
|
||||
}
|
||||
|
||||
export default {
|
||||
leafletTileSources: leafletTileSources
|
||||
}
|
||||
Reference in New Issue
Block a user