diff --git a/.bower.json b/.bower.json new file mode 100644 index 0000000..04a36a3 --- /dev/null +++ b/.bower.json @@ -0,0 +1,40 @@ +{ + "name": "leaflet-map", + "version": "1.2.0", + "authors": [ + "Hendrik Brummermann ", + "Prateek Saxena " + ], + "description": "Leaflet map as web-component based on polymer", + "main": "leaflet-map.html", + "homepage": "https://leaflet-extras.github.io/leaflet-map/", + "keywords": [ + "polymer", + "web-components", + "leaflet", + "leafletjs", + "map" + ], + "license": "BSD 2-Clause", + "ignore": [ + "**/.*", + "demo.html", + "node_modules", + "bower_components", + "test", + "tests" + ], + "dependencies": { + "polymer": "^1.0.0", + "leaflet": "^0.7.3" + }, + "_release": "1.2.0", + "_resolution": { + "type": "version", + "tag": "v1.2.0", + "commit": "d90a2f6d83c150c71a2461b9eb662e3a5aa96622" + }, + "_source": "https://github.com/leaflet-extras/leaflet-map.git", + "_target": "^1.2.0", + "_originalSource": "leaflet-map" +} \ No newline at end of file diff --git a/README.md b/README.md index 8769538..6f43671 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ especially the api documentation, have been copied into leaflet-map files. * [Polymer](https://github.com/polymer/polymer/blob/master/LICENSE.txt) -Copyright (c) 2014-2016 +Copyright (c) 2014-2015 Hendrik Brummermann, Prateek Saxena All rights reserved. diff --git a/leaflet-control.html b/leaflet-control.html index 6875c1e..40e35a6 100644 --- a/leaflet-control.html +++ b/leaflet-control.html @@ -18,100 +18,105 @@ @demo https://leaflet-extras.github.io/leaflet-map/demo.html --> - - - - + } + + window.customElements.define(LeafletScaleControl.is, LeafletScaleControl); + diff --git a/leaflet-core.html b/leaflet-core.html index 630a9b8..1df5ac2 100644 --- a/leaflet-core.html +++ b/leaflet-core.html @@ -1,11 +1,11 @@ - + + - - - - - - + diff --git a/leaflet-draw.html b/leaflet-draw.html index 0f994c8..2e09374 100644 --- a/leaflet-draw.html +++ b/leaflet-draw.html @@ -12,14 +12,18 @@ @homepage https://leaflet-extras.github.io/leaflet-map/ --> @@ -329,104 +335,118 @@ --> - - + window.customElements.define(LeafletCircle.is, LeafletCircle); + + + @@ -450,21 +470,26 @@ --> @@ -497,16 +522,21 @@ - + - - + window.customElements.define(LeafletGeolocation.is, LeafletGeolocation); + + + diff --git a/leaflet-layer-group.html b/leaflet-layer-group.html index baf4b5c..abd4c9d 100644 --- a/leaflet-layer-group.html +++ b/leaflet-layer-group.html @@ -17,48 +17,51 @@ --> - - + + \ No newline at end of file diff --git a/leaflet-layer.html b/leaflet-layer.html index edb1a22..9a01614 100644 --- a/leaflet-layer.html +++ b/leaflet-layer.html @@ -5,37 +5,38 @@ --> @@ -306,30 +307,32 @@ - + @@ -395,57 +401,59 @@ - + +- \ No newline at end of file diff --git a/leaflet-map.html b/leaflet-map.html index 222a75f..78944a8 100644 --- a/leaflet-map.html +++ b/leaflet-map.html @@ -37,11 +37,11 @@ @homepage https://leaflet-extras.github.io/leaflet-map/ @demo https://leaflet-extras.github.io/leaflet-map/demo.html --> - - - - - - + + + + + + diff --git a/leaflet-marker.html b/leaflet-marker.html index fb5e9d7..62df89f 100644 --- a/leaflet-marker.html +++ b/leaflet-marker.html @@ -22,184 +22,185 @@ @@ -247,9 +249,9 @@ ##### Example - + Demo - + @element leaflet-divicon @blurb element which defines an divicon template for markers. @@ -263,72 +265,74 @@ @@ -372,7 +378,7 @@ ##### Example - + @@ -389,15 +395,14 @@ diff --git a/leaflet-popup.html b/leaflet-popup.html index 874cf64..73ad9b0 100644 --- a/leaflet-popup.html +++ b/leaflet-popup.html @@ -1,31 +1,34 @@ \ No newline at end of file diff --git a/styles/leaflet-styles.html b/styles/leaflet-styles.html new file mode 100644 index 0000000..75b9ecf --- /dev/null +++ b/styles/leaflet-styles.html @@ -0,0 +1,577 @@ + + + + + \ No newline at end of file