Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Raruto committed Jun 16, 2019
2 parents 49a7665 + 8d2d486 commit faf31e6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ _For a working example see one of the following demos:_
```

**Notes:**
- the plugin will identify and process both zipped (kmz) or unzipped (kml) files
- supported file formats: **.kmz**, **.kml**
- to be able to use Google files (eg. through Google My Maps) you **MUST** use a valid third-party kml proxy server

---

**Compatibile with:** [email protected], [email protected], [email protected], [email protected]
**Compatibile with:** [email protected], [email protected], [email protected], [email protected], [email protected]

---

Expand Down
2 changes: 1 addition & 1 deletion libs/GridLayer.GeoJSON.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ L.GridLayer.GeoJSON = L.GridLayer.extend({
var name = feature.properties.name || "";
if (name) {
this._popup.setLatLng(e.latlng);
this._popup.setContent(name);
this._popup.setContent('<b>' + name + '</b>');
this._popup.openOn(this._map);
}
} else {
Expand Down
2 changes: 1 addition & 1 deletion libs/GridLayer.GeoJSON.min.js

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leaflet-kmz",
"version": "0.0.9",
"version": "0.1.0",
"description": "A KMZ file loader for Leaflet Maps",
"main": "/libs/KMZParser.js",
"scripts": {
Expand Down Expand Up @@ -30,6 +30,7 @@
"geojson-vt": "^3.0.0",
"jszip": "^3.1.5",
"leaflet": "^1.3.4",
"togeojson": "^0.16.0"
"togeojson": "^0.16.0",
"leaflet-pointable": "^0.0.3"
}
}

0 comments on commit faf31e6

Please sign in to comment.