diff --git a/CHANGES.md b/CHANGES.md index b544cf7..f93ae41 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,8 @@ -v0.3.0 (pending) -================ +v0.3.0 +====== * merged leaflet-map-component by Prateek Saxena (leaflet-circle, leaflet-polygon, leaflet-polyline) +* added abstract leaflet-path element to style vector layers +* added layer-group * split leaflet-map.html into leaflet-control.html, leaflet-layer.html, leaflet.map.html and leaflet-marker.html all files are included from leaflet-map.html, so no changes are required. diff --git a/README.md b/README.md index c4a8591..b603308 100644 --- a/README.md +++ b/README.md @@ -64,14 +64,13 @@ Although leaflet-map is still under heavy development, it is already fully usabl Lists of demos: * [leaflet-map](https://nhnb.github.io/leaflet-map/leaflet-map/demo.html#view) (L.map) - -* leaflet-circle (since 0.3.0) +* [leaflet-circle](https://nhnb.github.io/leaflet-map/leaflet-map/demo.html#vector) (L.circle) (since 0.3.0) * [leaflet-geolocation](https://nhnb.github.io/leaflet-map/leaflet-map/demo-advanced.html#databinding) (part of L.map) (since 0.0.2) * [leaflet-marker](https://nhnb.github.io/leaflet-map/leaflet-map/demo.html#marker) (L.marker) * [leaflet-icon](https://nhnb.github.io/leaflet-map/leaflet-map/demo.html#icon) (L.icon) * [leaflet-divicon](https://nhnb.github.io/leaflet-map/leaflet-map/demo.html#icon) (L.divicon) (since 0.0.1) -* leaflet-polygon (L.polygon) (since 0.3.0) -* leaflet-polyline (L.polyline) (since 0.3.0) +* [leaflet-polygon](https://nhnb.github.io/leaflet-map/leaflet-map/demo.html#vector) (L.polygon) (since 0.3.0) +* [leaflet-polyline](https://nhnb.github.io/leaflet-map/leaflet-map/demo.html#vector) (L.polyline) (since 0.3.0) * [leaflet-scale-control](https://nhnb.github.io/leaflet-map/leaflet-map/demo.html#scale) (L.control.scale) (since 0.2.0) * [leaflet-tilelayer](https://nhnb.github.io/leaflet-map/leaflet-map/demo.html#tilelayer) (L.tileLayer) * [leaflet-tilelayer-wms](https://nhnb.github.io/leaflet-map/leaflet-map/demo.html#layerwms) (L.tileLayer.wms) (since 0.0.2) @@ -95,12 +94,15 @@ Don't forget to define a detached method to support removal of elements. The lea ## License +leaflet-map is based on polymer and leaflet. Parts of the leaflet documentation have been copied into leaflet-map files. * [Leaflet](https://github.com/Leaflet/Leaflet/blob/master/LICENSE) * [Polymer](https://github.com/polymer/polymer/blob/master/LICENSE) -Copyright (c) 2014, Hendrik Brummermann, Prateek Saxena +Copyright (c) 2014 +Hendrik Brummermann, Prateek Saxena + All rights reserved. Redistribution and use in source and binary forms, with or without modification, are diff --git a/bower.json b/bower.json index 6648fa8..0ed20f1 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "leaflet-map", - "version": "0.1.1", + "version": "0.3.0", "authors": [ "Hendrik Brummermann ", "Prateek Saxena " diff --git a/demo.html b/demo.html index 3434a31..264d64b 100644 --- a/demo.html +++ b/demo.html @@ -86,7 +86,7 @@