Utilisation de cartes OSM de suède
This commit is contained in:
parent
f35d026194
commit
85cbc6aea5
@ -2,7 +2,7 @@ $(document).ready ->
|
|||||||
$('.maps #map').each ->
|
$('.maps #map').each ->
|
||||||
map = L.map 'map'
|
map = L.map 'map'
|
||||||
|
|
||||||
L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png',
|
L.tileLayer('http://{s}.tile.openstreetmap.se/hydda/full/{z}/{x}/{y}.png',
|
||||||
attribution: '© <a href="http://osm.org/copyright">OpenStreetMap</a>'
|
attribution: '© <a href="http://osm.org/copyright">OpenStreetMap</a>'
|
||||||
).addTo map
|
).addTo map
|
||||||
|
|
||||||
@ -22,7 +22,7 @@ $(document).ready ->
|
|||||||
|
|
||||||
map = L.map('map').setView [coord[0], coord[1]], 16
|
map = L.map('map').setView [coord[0], coord[1]], 16
|
||||||
|
|
||||||
L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png',
|
L.tileLayer('http://{s}.tile.openstreetmap.se/hydda/full/{z}/{x}/{y}.png',
|
||||||
attribution: '© <a href="http://osm.org/copyright">OpenStreetMap</a>'
|
attribution: '© <a href="http://osm.org/copyright">OpenStreetMap</a>'
|
||||||
).addTo map
|
).addTo map
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ en:
|
|||||||
inseecode: INSEE code
|
inseecode: INSEE code
|
||||||
regioncode: Region code
|
regioncode: Region code
|
||||||
lug:
|
lug:
|
||||||
related_region: Region
|
region: Region
|
||||||
department: Department
|
department: Department
|
||||||
url: Web address
|
url: Web address
|
||||||
city: City
|
city: City
|
||||||
@ -44,7 +44,7 @@ en:
|
|||||||
description: Description
|
description: Description
|
||||||
address: Address
|
address: Address
|
||||||
city: City
|
city: City
|
||||||
related_region: Region
|
region: Region
|
||||||
locality: Scope
|
locality: Scope
|
||||||
url: URL
|
url: URL
|
||||||
contact: Contact
|
contact: Contact
|
||||||
|
Loading…
Reference in New Issue
Block a user