remove explicit image path on two debug pages
This commit is contained in:
parent
628fc04333
commit
c624a3ed50
@ -20,9 +20,6 @@
|
|||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
map = L.map('map', { center: [0, 0], zoom: 3, maxZoom: 4 });
|
map = L.map('map', { center: [0, 0], zoom: 3, maxZoom: 4 });
|
||||||
|
|
||||||
L.Icon.Default.imagePath = 'http://cdn.leafletjs.com/leaflet-0.7.3/images';
|
|
||||||
|
|
||||||
|
|
||||||
var osm = L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png', {
|
var osm = L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png', {
|
||||||
attribution: '© <a href="http://openstreetmap.org/copyright">OpenStreetMap</a> contributors',
|
attribution: '© <a href="http://openstreetmap.org/copyright">OpenStreetMap</a> contributors',
|
||||||
}).addTo(map);
|
}).addTo(map);
|
||||||
|
@ -19,9 +19,6 @@
|
|||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
map = L.map('map', { center: [0, 0], zoom: 3, maxZoom: 4 });
|
map = L.map('map', { center: [0, 0], zoom: 3, maxZoom: 4 });
|
||||||
|
|
||||||
L.Icon.Default.imagePath = 'http://cdn.leafletjs.com/leaflet-0.7.3/images';
|
|
||||||
|
|
||||||
|
|
||||||
var markerStatic = new L.Marker([0, -10], {
|
var markerStatic = new L.Marker([0, -10], {
|
||||||
draggable: false,
|
draggable: false,
|
||||||
title: 'Static'
|
title: 'Static'
|
||||||
|
Loading…
Reference in New Issue
Block a user