Skip to content

Commit

Permalink
should fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Raruto committed May 16, 2019
1 parent 0d5a920 commit 5d6c5ab
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ _For a working example see [demo](https://raruto.github.io/examples/leaflet-kmz/
<!-- geojson-vt -->
<script src="https://unpkg.com/geojson-vt@3.0.0/geojson-vt.js"></script>
<!-- Leaflet-KMZ -->
<script src="https://unpkg.com/leaflet-kmz@0.0.4/libs/KMZParser.js"></script>
<script src="https://unpkg.com/leaflet-kmz@0.0.4/libs/GridLayer.GeoJSON.js"></script>
<script src="https://unpkg.com/leaflet-kmz@0.0.5/libs/KMZParser.js"></script>
<script src="https://unpkg.com/leaflet-kmz@0.0.5/libs/GridLayer.GeoJSON.js"></script>
...
</head>
```
Expand Down
2 changes: 2 additions & 0 deletions libs/GridLayer.GeoJSON.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ L.GridLayer.GeoJSON = L.GridLayer.extend({
maxZoom: 24,
tolerance: 3,
debug: 0,
extent: 4096,
buffer: 256,
icon: {
width: 28,
height: 28
Expand Down
14 changes: 7 additions & 7 deletions libs/GridLayer.GeoJSON.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leaflet-kmz",
"version": "0.0.4",
"version": "0.0.5",
"description": "A KMZ file loader for Leaflet Maps",
"main": "/libs/KMZParser.js",
"scripts": {
Expand Down

0 comments on commit 5d6c5ab

Please sign in to comment.