@vidro/map-handler 1.3.4 → 1.3.5

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -697,7 +697,7 @@ If you don't specify a layer, will use the layer setted as `Active layer`
697
697
  - `giswater` - giswater info
698
698
  - `geojson`- geojson info
699
699
 
700
- - layer `<string>` _optional_ layer name to do info. If null, will use current active layer.
700
+ - layer `<string>` _optional_ layer name to do info. If null, will use current active layer. If `*` will search in all rendered geojson layers.
701
701
  - hitTolerance `<integer>` _optional_ for geoJSON Info, pixels inside the radius around the given will be checked for features. Default `5`.
702
702
  - format `<string>` _optional_ - output format for WMS requests
703
703
  - `xml` - default
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vidro/map-handler",
3
- "version": "1.3.4",
3
+ "version": "1.3.5",
4
4
  "description": "Tool to achieve the easiest way of communication with the map",
5
5
  "homepage": "https://github.com/Vidro-Software-SL/maphandler",
6
6
  "repository": {