@ogis/waymark-js 3.0.4 → 3.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/readme.md +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ogis/waymark-js",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "GPL-2.0-only",
|
|
6
6
|
"repository": {
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"bugs": {
|
|
11
11
|
"url": "https://github.com/OpenGIS/Waymark-JS/issues"
|
|
12
12
|
},
|
|
13
|
-
"homepage": "https://
|
|
13
|
+
"homepage": "https://www.ogis.org/waymark-js/",
|
|
14
14
|
"publishConfig": {
|
|
15
15
|
"access": "public"
|
|
16
16
|
},
|
package/readme.md
CHANGED
|
@@ -7,7 +7,7 @@ Adding _meaning_ to GeoJSON.
|
|
|
7
7
|
|
|
8
8
|
Waymark JS is a JavaScript library for rendering GeoJSON data on a [OpenStreetMap](https://www.openstreetmap.org/) vector basemap.
|
|
9
9
|
|
|
10
|
-
**[View the Demo](https://opengis.github.io/Waymark-JS/)**
|
|
10
|
+
**[«« View the Demo »»](https://opengis.github.io/Waymark-JS/)**
|
|
11
11
|
|
|
12
12
|
Built on the shoulders of giants:
|
|
13
13
|
|