Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #501 by restoring marker-*pngs and bumping the npm/unpkg releas… #502

Merged
merged 3 commits into from
Jul 30, 2021
Merged
Show file tree
Hide file tree
Changes from 2 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
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ module.exports = function(grunt) {
cwd: 'node_modules/leaflet/dist/images/',
flatten: true,
filter: 'isFile',
src: ['layers.png','layers-2x.png'],
src: ['*.png'],
dest: 'dist/images/'
}
]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ defined in the MapML (Map Markup Language)

Beginning with `v0.8.2`, <mapml-viewer> can be loaded from the [UNPKG content delivery network](https://unpkg.com/) –
Malvoz marked this conversation as resolved.
Show resolved Hide resolved
```html
<script type="module" src="https://unpkg.com/@maps4html/web-map-custom-element@0.8.2/dist/mapml-viewer.js"></script>
<script type="module" src="https://unpkg.com/@maps4html/web-map-custom-element@0.8.3/dist/mapml-viewer.js"></script>
Malvoz marked this conversation as resolved.
Show resolved Hide resolved
```

– or installed using npm.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@maps4html/web-map-custom-element",
"version": "0.8.2",
"version": "0.8.3",
"description": "web-map customized built-in HTML <map> or custom <mapml-viewer>",
"keywords": [
"web-components",
Expand Down