Skip to content

Commit

Permalink
prepeared release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nhnb committed Jul 19, 2014
1 parent cd053c4 commit 04e5371
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
6 changes: 4 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leaflet-map",
"version": "0.1.1",
"version": "0.3.0",
"authors": [
"Hendrik Brummermann <[email protected]>",
"Prateek Saxena <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@

<div class="rightbuttons">
<a class="menubutton apidocbutton" href="https://nhnb.github.io/leaflet-map/doc.html">Documentation</a>
<a class="menubutton downloadbutton" href="https://github.com/nhnb/leaflet-map/releases/download/v0.2.0/leaflet-map-0.2.0.zip">Download</a>
<a class="menubutton downloadbutton" href="https://github.com/nhnb/leaflet-map/releases/download/v0.3.0/leaflet-map-0.3.0.zip">Download</a>
<a class="menubutton gitbutton" href="https://github.com/nhnb/leaflet-map/">Github</a>
</div>

Expand Down

0 comments on commit 04e5371

Please sign in to comment.