Skip to content

Commit f3e4390

Browse files
authored
Fixes Maps4HTML#501 by restoring marker-*pngs and bumping the npm/unpkg releas… (Maps4HTML#502)
* Fixes Maps4HTML#501 by restoring marker-*pngs and bumping the npm/unpkg release version. * Fixes Maps4HTML#501 with a README update, too. * Fixes Maps4HTML#501 with another README update, this time to (obviously) use @latest in the CDN url.
1 parent 080dc93 commit f3e4390

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ module.exports = function(grunt) {
138138
cwd: 'node_modules/leaflet/dist/images/',
139139
flatten: true,
140140
filter: 'isFile',
141-
src: ['layers.png','layers-2x.png'],
141+
src: ['*.png'],
142142
dest: 'dist/images/'
143143
}
144144
]

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ defined in the MapML (Map Markup Language)
1212

1313
Beginning with `v0.8.2`, <mapml-viewer> can be loaded from the [UNPKG content delivery network](https://unpkg.com/)
1414
```html
15-
<script type="module" src="https://unpkg.com/@maps4html/web-map-custom-element@0.8.2/dist/mapml-viewer.js"></script>
15+
<script type="module" src="https://unpkg.com/@maps4html/web-map-custom-element@latest/dist/mapml-viewer.js"></script>
1616
```
1717

1818
– or installed using npm.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@maps4html/web-map-custom-element",
3-
"version": "0.8.2",
3+
"version": "0.8.3",
44
"description": "web-map customized built-in HTML <map> or custom <mapml-viewer>",
55
"keywords": [
66
"web-components",

0 commit comments

Comments
 (0)