geojs 1.10.9 → 1.10.10
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/CHANGELOG.md +13 -3
- package/geo.js +183 -145
- package/geo.lean.js +182 -144
- package/geo.lean.min.js +5 -5
- package/geo.min.js +9 -9
- package/package.json +8 -8
- package/src/webgl/quadFeature.js +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,19 +1,29 @@
|
|
|
1
1
|
# GeoJS Change Log
|
|
2
2
|
|
|
3
|
-
## Version 1.10.
|
|
3
|
+
## Version 1.10.9
|
|
4
|
+
|
|
5
|
+
### Performance Improvements
|
|
6
|
+
|
|
7
|
+
- Speed up converting polybool segments to polygons ([#1239](../../pull/1239))
|
|
8
|
+
|
|
9
|
+
### Improvements
|
|
10
|
+
|
|
11
|
+
- Easier map debugging ([#1240](../../pull/1240))
|
|
12
|
+
|
|
13
|
+
## Version 1.10.8
|
|
4
14
|
|
|
5
15
|
### Improvements
|
|
6
16
|
|
|
7
17
|
- Uncross polygon annotations ([#1236](../../pull/1236))
|
|
8
18
|
|
|
9
|
-
## Version 1.10.
|
|
19
|
+
## Version 1.10.7
|
|
10
20
|
|
|
11
21
|
### Improvements
|
|
12
22
|
|
|
13
23
|
- Allow using the rdp functions on non-feature polygons ([#1234](../../pull/1234))
|
|
14
24
|
- Allow annotations to be created regardless of metakeys ([#1235](../../pull/1235))
|
|
15
25
|
|
|
16
|
-
## Version 1.10.
|
|
26
|
+
## Version 1.10.6
|
|
17
27
|
|
|
18
28
|
### Bug Fixes
|
|
19
29
|
|