remove explicit image path on two debug pages

This commit is contained in:
Steve Kashishian 2016-09-29 15:12:08 -05:00
parent 628fc04333
commit c624a3ed50
2 changed files with 0 additions and 6 deletions

View File

@ -20,9 +20,6 @@
<script type="text/javascript">
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', {
attribution: '&copy; <a href="http://openstreetmap.org/copyright">OpenStreetMap</a> contributors',
}).addTo(map);

View File

@ -19,9 +19,6 @@
<script type="text/javascript">
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], {
draggable: false,
title: 'Static'