Skip to content

Commit

Permalink
added "loadGeoJSON" function
Browse files Browse the repository at this point in the history
  • Loading branch information
Raruto committed May 2, 2019
1 parent 6356bc2 commit b3f43d8
Show file tree
Hide file tree
Showing 2 changed files with 1,000 additions and 941 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# leaflet-elevation.js
A Leaflet plugin that allows to add elevation profiles using d3js

_For a working example see [demo](https://raruto.github.io/examples/leaflet-elevation/leaflet-elevation.html) and [demo](https://raruto.github.io/examples/leaflet-elevation/leaflet-elevation_hidden-map.html)_
_For a working example see demos: [#1](https://raruto.github.io/examples/leaflet-elevation/leaflet-elevation.html), [#2](https://raruto.github.io/examples/leaflet-elevation/leaflet-elevation_hidden-map.html) and [#3](https://raruto.github.io/examples/leaflet-elevation/leaflet-elevation_geojson-data.html)_

---

Expand All @@ -18,8 +18,8 @@ _For a working example see [demo](https://raruto.github.io/examples/leaflet-elev
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.0.2/leaflet.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.0.2/leaflet-src.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet-gpx/1.4.0/gpx.js"></script>
<link rel="stylesheet" href="https://raruto.github.io/cdn/leaflet-elevation/0.0.5/leaflet-elevation.css" />
<script src="https://raruto.github.io/cdn/leaflet-elevation/0.0.5/leaflet-elevation.js"></script>
<link rel="stylesheet" href="https://raruto.github.io/cdn/leaflet-elevation/0.1.0/leaflet-elevation.css" />
<script src="https://raruto.github.io/cdn/leaflet-elevation/0.1.0/leaflet-elevation.js"></script>
...
</head>
```
Expand Down
Loading

0 comments on commit b3f43d8

Please sign in to comment.