Skip to content

Commit

Permalink
Enable billingual mapping via german version (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
shitong01 authored and pymonger committed May 16, 2019
1 parent 9ff9f9a commit fb9ea0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tosca/static/facetview/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
"pre": "<script>$(function() { var map = L.map('map_",
"field": "id",
"post": "', {worldCopyJump: true, center: [0,0], zoom: 0, zoomControl: false});\n" +
"L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png', {\n" +
"L.tileLayer('http://{s}.tile.openstreetmap.de/tiles/osmde/{z}/{x}/{y}.png', {\n" +
" maxZoom: 18\n" +
"}).addTo(map);\n"
},
Expand Down
2 changes: 1 addition & 1 deletion tosca/static/facetview/jquery.facetview.js
Original file line number Diff line number Diff line change
Expand Up @@ -1657,7 +1657,7 @@ search box - the end user will not know they are happening.
location_search_map = L.map('location_search_map', {
worldCopyJump: true
}).setView([0,0], 1);
L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png', {
L.tileLayer('http://{s}.tile.openstreetmap.de/tiles/osmde/{z}/{x}/{y}.png', {
maxZoom: 18
}).addTo(location_search_map);

Expand Down
2 changes: 1 addition & 1 deletion tosca/static/facetview/jquery.facetview.js.geojson-dev
Original file line number Diff line number Diff line change
Expand Up @@ -1550,7 +1550,7 @@ search box - the end user will not know they are happening.
location_search_map = L.map('location_search_map', {
worldCopyJump: true
}).setView([0,0], 1);
L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png', {
L.tileLayer('http://{s}.tile.openstreetmap.de/tiles/osmde/{z}/{x}/{y}.png', {
maxZoom: 18
}).addTo(location_search_map);

Expand Down

0 comments on commit fb9ea0e

Please sign in to comment.