Skip to content

Commit 5f5663f

Browse files
authored
Update map-area.html
1 parent 6924282 commit 5f5663f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

map-area.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- styles scoped to inside a custom element must be in a style module -->
33
<link rel="import" href="map-styles.html">
44

5-
<script src="./bower_components/polymer-leaflet/leaflet-src.js"></script>
6-
<script src="./bower_components/proj4/dist/proj4.js"></script>
7-
<script src="./bower_components/proj4leaflet/src/proj4leaflet.js"></script>
8-
<script src="./bower_components/mapml-leaflet-plugin/mapml.js"></script>
5+
<script src="../polymer-leaflet/leaflet-src.js"></script>
6+
<script src="../proj4/dist/proj4.js"></script>
7+
<script src="../proj4leaflet/src/proj4leaflet.js"></script>
8+
<script src="../mapml-leaflet-plugin/mapml.min.js"></script>
99

1010
<dom-module id="map-area">
1111
<style include="map-styles">

0 commit comments

Comments
 (0)