@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.
- package/README.md +1 -1
- 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