@vidro/map-handler 1.2.146 → 1.2.148
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +12 -2
- package/package.json +1 -1
package/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# Map Handler
|
2
2
|
|
3
|
-
#### Version 1.2.
|
3
|
+
#### Version 1.2.146 - June 2024
|
4
4
|
|
5
5
|
Tool to achieve the easiest way of communication with the map iframe.
|
6
6
|
|
@@ -450,7 +450,17 @@ Removes a layer
|
|
450
450
|
> E.G.
|
451
451
|
|
452
452
|
```
|
453
|
-
|
453
|
+
removeLayer('somelayer_name');
|
454
|
+
```
|
455
|
+
|
456
|
+
##### displayLayer(layer_name)
|
457
|
+
|
458
|
+
Displays a layer
|
459
|
+
|
460
|
+
> E.G.
|
461
|
+
|
462
|
+
```
|
463
|
+
displayLayer('somelayer_name');
|
454
464
|
```
|
455
465
|
|
456
466
|
|
package/package.json
CHANGED