@inlog/inlog-maps 6.3.0 → 6.4.1
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/DOCUMENTATION.md +33 -1
- package/_bundles/inlog-maps.js +1 -1
- package/_bundles/inlog-maps.js.map +1 -1
- package/_bundles/inlog-maps.min.js +1 -1
- package/_bundles/inlog-maps.min.js.map +1 -1
- package/lib/map.d.ts +20 -1
- package/lib/map.js +114 -3
- package/lib/map.js.map +1 -1
- package/lib/models/apis/leaflet/leaflet-polylines.d.ts +1 -1
- package/lib/models/apis/leaflet/leaflet-polylines.js +24 -7
- package/lib/models/apis/leaflet/leaflet-polylines.js.map +1 -1
- package/lib/models/apis/leaflet.d.ts +1 -1
- package/lib/models/apis/leaflet.js +2 -2
- package/lib/models/apis/leaflet.js.map +1 -1
- package/lib/models/apis/mapFunctions.d.ts +14 -14
- package/lib-esm/map.d.ts +20 -1
- package/lib-esm/map.js +114 -3
- package/lib-esm/map.js.map +1 -1
- package/lib-esm/models/apis/leaflet/leaflet-polylines.d.ts +1 -1
- package/lib-esm/models/apis/leaflet/leaflet-polylines.js +24 -7
- package/lib-esm/models/apis/leaflet/leaflet-polylines.js.map +1 -1
- package/lib-esm/models/apis/leaflet.d.ts +1 -1
- package/lib-esm/models/apis/leaflet.js +2 -2
- package/lib-esm/models/apis/leaflet.js.map +1 -1
- package/lib-esm/models/apis/mapFunctions.d.ts +14 -14
- package/package.json +2 -1
package/DOCUMENTATION.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# [@inlog/inlog-maps](https://github.com/weareinlog/inlog-maps#readme) *6.
|
|
1
|
+
# [@inlog/inlog-maps](https://github.com/weareinlog/inlog-maps#readme) *6.4.1*
|
|
2
2
|
|
|
3
3
|
> A library for using generic layer maps
|
|
4
4
|
|
|
@@ -1633,6 +1633,38 @@ Returns the image as a base64 string or null
|
|
|
1633
1633
|
|
|
1634
1634
|
|
|
1635
1635
|
|
|
1636
|
+
#### Map.removeRuler()
|
|
1637
|
+
|
|
1638
|
+
Remove ruler in the map
|
|
1639
|
+
|
|
1640
|
+
|
|
1641
|
+
|
|
1642
|
+
|
|
1643
|
+
|
|
1644
|
+
|
|
1645
|
+
##### Returns
|
|
1646
|
+
|
|
1647
|
+
|
|
1648
|
+
-
|
|
1649
|
+
|
|
1650
|
+
|
|
1651
|
+
|
|
1652
|
+
#### Map.createRuler()
|
|
1653
|
+
|
|
1654
|
+
Create ruler in the map
|
|
1655
|
+
|
|
1656
|
+
|
|
1657
|
+
|
|
1658
|
+
|
|
1659
|
+
|
|
1660
|
+
|
|
1661
|
+
##### Returns
|
|
1662
|
+
|
|
1663
|
+
|
|
1664
|
+
-
|
|
1665
|
+
|
|
1666
|
+
|
|
1667
|
+
|
|
1636
1668
|
#### Map.getCenter()
|
|
1637
1669
|
|
|
1638
1670
|
Returns the center position of the map
|