openlayers-style-editor 0.1.1 → 0.1.2

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.
Files changed (2) hide show
  1. package/README.md +10 -10
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- <p align="center"><img src="../page/public/favicons/android-chrome-192x192.png"></p>
1
+ <p align="center"><img src="https://land-it.github.io/openlayers-style-editor/favicons/android-chrome-192x192.png"></p>
2
2
  <h1 align="center">Welcome to <code>openlayers-style-editor</code></h1>
3
3
  <p>
4
4
  <a href="https://www.npmjs.com/package/openlayers-style-editor" target="_blank">
@@ -48,15 +48,15 @@ This Style Editor for OpenLayers allows the user to change the style of layers.
48
48
 
49
49
  - **Unique Symbol:** Allows the user to change the layer's color, opacity, and stroke.
50
50
  - **Categorized:** Allows the user to change the layer's color, opacity, and stroke based on the values of an attribute.
51
- - **Graduated:** Allows the user to change the layer's color, opacity, and stroke based on a numeric attribute and the
52
- mode used to group its values. This package has six modes implemented, some of them are implemented using the
53
- [GeoBuckets](https://www.npmjs.com/package/geobuckets) package. The implemented modes are:
54
- - Manual
55
- - Equal Intervals
56
- - Defined Intervals
57
- - Quantile
58
- - Natural Breaks (Jenks)
59
- - Standard Deviation
51
+ - **Graduated:** Allows the user to change the layer's color, opacity, and stroke based on a numeric attribute and the
52
+ mode used to group its values. This package has six modes implemented, some of them are implemented using the
53
+ [GeoBuckets](https://www.npmjs.com/package/geobuckets) package. The implemented modes are:
54
+ - Manual
55
+ - Equal Intervals
56
+ - Defined Intervals
57
+ - Quantile
58
+ - Natural Breaks (Jenks)
59
+ - Standard Deviation
60
60
 
61
61
  A detailed explanation of each mode can be found [here](https://resources.arcgis.com/en/help/main/10.2/index.html#//00s50000001r000000).
62
62
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openlayers-style-editor",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "type": "module",
5
5
  "description": "A style editor extension for OpenLayers currently working with WebGL Vector Layers",
6
6
  "homepage": "https://land-it.github.io/openlayers-style-editor/",
@@ -13,7 +13,7 @@
13
13
  "extension",
14
14
  "layers"
15
15
  ],
16
- "author": "Márcia Matias (@marciamatias)",
16
+ "author": "Márcia Matias (@MarciaBM)",
17
17
  "bugs": "https://github.com/LAND-IT/openlayers-style-editor/issues",
18
18
  "main": "dist/openlayers-style-editor.umd.cjs",
19
19
  "module": "dist/openlayers-style-editor.js",