Utilisation de cartes OSM de suède

This commit is contained in:
echarp 2014-10-01 12:18:38 +02:00
parent f35d026194
commit 85cbc6aea5
2 changed files with 4 additions and 4 deletions

View File

@ -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: '&copy; <a href="http://osm.org/copyright">OpenStreetMap</a>' attribution: '&copy; <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: '&copy; <a href="http://osm.org/copyright">OpenStreetMap</a>' attribution: '&copy; <a href="http://osm.org/copyright">OpenStreetMap</a>'
).addTo map ).addTo map

View File

@ -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