Skip to content

Commit 5311169

Browse files
authored
Merge pull request #76 from Maps4HTML/prushforth-patch-1
Fix broken paths in release
2 parents 4815755 + 5f5663f commit 5311169

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
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">

map-layer.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="layer-">
1111
<template>

web-map.html

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

7-
<script src="./bower_components/polymer-leaflet/leaflet-src.js"></script>
8-
<script src="./bower_components/proj4/dist/proj4.js"></script>
9-
<script src="./bower_components/proj4leaflet/src/proj4leaflet.js"></script>
10-
<script src="./bower_components/mapml-leaflet-plugin/mapml.js"></script>
7+
<script src="../polymer-leaflet/leaflet-src.js"></script>
8+
<script src="../proj4/dist/proj4.js"></script>
9+
<script src="../proj4leaflet/src/proj4leaflet.js"></script>
10+
<script src="../mapml-leaflet-plugin/mapml.min.js"></script>
1111

1212
<!-- web-map is an HTML &lt;map&gt; customized built-in element -->
1313
<dom-module id="web-map">

0 commit comments

Comments
 (0)