Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,20 +61,20 @@ Import the main component and start creating your map:

Although leaflet-map is still under heavy development, it is already fully usable.

Lists of demos:

* [leaflet-map](https://leaflet-extras.github.io/leaflet-map/leaflet-map/demo.html#view) (L.map)
* [leaflet-marker](https://leaflet-extras.github.io/leaflet-map/leaflet-map/demo.html#marker) (L.marker)
* [leaflet-icon](https://leaflet-extras.github.io/leaflet-map/leaflet-map/demo.html#icon) (L.icon)
* [leaflet-divicon](https://leaflet-extras.github.io/leaflet-map/leaflet-map/demo.html#icon) (L.divicon) (since 0.0.1)
* [leaflet-circle](https://leaflet-extras.github.io/leaflet-map/leaflet-map/demo.html#vector) (L.circle) (since 0.3.0)
* [leaflet-polygon](https://leaflet-extras.github.io/leaflet-map/leaflet-map/demo.html#vector) (L.polygon) (since 0.3.0)
* [leaflet-polyline](https://leaflet-extras.github.io/leaflet-map/leaflet-map/demo.html#vector) (L.polyline) (since 0.3.0)
* [leaflet-tilelayer](https://leaflet-extras.github.io/leaflet-map/leaflet-map/demo.html#tilelayer) (L.tileLayer)
* [leaflet-tilelayer-wms](https://leaflet-extras.github.io/leaflet-map/leaflet-map/demo.html#layerwms) (L.tileLayer.wms) (since 0.0.2)
* [leaflet-scale-control](https://leaflet-extras.github.io/leaflet-map/leaflet-map/demo.html#scale) (L.control.scale) (since 0.2.0)
* [leaflet-geojson](https://leaflet-extras.github.io/leaflet-map/leaflet-map/demo.html#geojson) (since 0.4.0)
* [leaflet-geolocation](https://leaflet-extras.github.io/leaflet-map/leaflet-map/demo-advanced.html#databinding) (part of L.map) (since 0.0.2)
List of demos:

* [leaflet-map](https://leaflet-extras.github.io/leaflet-map/demo.html#view) (L.map)
* [leaflet-marker](https://leaflet-extras.github.io/leaflet-map/demo.html#marker) (L.marker)
* [leaflet-icon](https://leaflet-extras.github.io/leaflet-map/demo.html#icon) (L.icon)
* [leaflet-divicon](https://leaflet-extras.github.io/leaflet-map/demo.html#icon) (L.divicon) (since 0.0.1)
* [leaflet-circle](https://leaflet-extras.github.io/leaflet-map/demo.html#vector) (L.circle) (since 0.3.0)
* [leaflet-polygon](https://leaflet-extras.github.io/leaflet-map/demo.html#vector) (L.polygon) (since 0.3.0)
* [leaflet-polyline](https://leaflet-extras.github.io/leaflet-map/demo.html#vector) (L.polyline) (since 0.3.0)
* [leaflet-tilelayer](https://leaflet-extras.github.io/leaflet-map/demo.html#tilelayer) (L.tileLayer)
* [leaflet-tilelayer-wms](https://leaflet-extras.github.io/leaflet-map/demo.html#layerwms) (L.tileLayer.wms) (since 0.0.2)
* [leaflet-scale-control](https://leaflet-extras.github.io/leaflet-map/demo.html#scale) (L.control.scale) (since 0.2.0)
* [leaflet-geojson](https://leaflet-extras.github.io/leaflet-map/demo.html#geojson) (since 0.4.0)
* [leaflet-geolocation](https://leaflet-extras.github.io/leaflet-map/demo.html#databinding) (part of L.map) (since 0.0.2)

Please have a look at the [change log](https://github.com/nhnb/leaflet-map/blob/master/CHANGES.md), for recent developments.

Expand Down
2 changes: 1 addition & 1 deletion leaflet-core.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<link rel="import" href="leaflet-import.html">

<!--
element which defines a leadlet map (<a href="http://leafletjs.com/reference.html#map">Leaflet Reference</a>).
element which defines a leaflet map (<a href="http://leafletjs.com/reference.html#map">Leaflet Reference</a>).

##### Example

Expand Down