geojs 1.4.1 → 1.6.0
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/.github/workflows/main.yml +1 -1
- package/CHANGELOG.md +261 -245
- package/geo.js +82473 -86198
- package/geo.lean.js +69524 -63827
- package/geo.lean.min.js +28 -41
- package/geo.min.js +30 -47
- package/package.json +62 -79
- package/src/annotation.js +2 -2
- package/src/annotationLayer.js +13 -13
- package/src/canvas/heatmapFeature.js +39 -16
- package/src/choroplethFeature.js +3 -3
- package/src/feature.js +4 -4
- package/src/geojsonReader.js +5 -4
- package/src/heatmapFeature.js +16 -5
- package/src/index.js +1 -1
- package/src/isolineFeature.js +4 -4
- package/src/lineFeature.js +4 -4
- package/src/map.js +2 -2
- package/src/mapInteractor.js +3 -0
- package/src/markerFeature.js +8 -8
- package/src/object.js +1 -3
- package/src/osmLayer.js +51 -6
- package/src/pixelmapFeature.js +1 -1
- package/src/pointFeature.js +1 -1
- package/src/polygonFeature.js +4 -4
- package/src/registry.js +1 -1
- package/src/svg/svgRenderer.js +3 -0
- package/src/svg/vectorFeature.js +1 -1
- package/src/tileLayer.js +4 -4
- package/src/trackFeature.js +12 -12
- package/src/transform.js +11 -10
- package/src/ui/colorLegendWidget.js +6 -6
- package/src/ui/legendWidget.js +3 -3
- package/src/ui/sliderWidget.js +4 -4
- package/src/util/common.js +9 -8
- package/src/util/mockVGL.js +3 -2
- package/src/util/throttle.js +3 -3
- package/src/vendor.js +0 -2
- package/src/vtkjs/vtkjsRenderer.js +3 -0
- package/src/webgl/layer.js +1 -1
- package/src/webgl/markerFeature.js +4 -4
- package/src/webgl/meshColored.js +3 -3
- package/src/webgl/pointFeature.js +11 -11
- package/src/webgl/polygonFeature.js +3 -3
- package/src/webgl/quadFeature.js +3 -1
- package/src/webgl/webglRenderer.js +1 -2
- package/src/polyfills.js +0 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,499 +1,515 @@
|
|
|
1
1
|
# GeoJS Change Log
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## Version 1.5.0
|
|
4
4
|
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
- Add scaleWithZoom option to heatmaps ([#1125](../../pull/1125))
|
|
8
|
+
|
|
9
|
+
### Improvements
|
|
5
10
|
|
|
6
|
-
|
|
11
|
+
- Automatically adjust heatmap update delay ([#1124](../../pull/1124))
|
|
12
|
+
- Log if we can't allocate texture memory([#1116](../../pull/1116))
|
|
13
|
+
|
|
14
|
+
## Version 1.4.3
|
|
15
|
+
|
|
16
|
+
### Changes
|
|
7
17
|
|
|
8
|
-
|
|
18
|
+
- Removed wikimedia from the map source list ([#1109](../../pull/1109))
|
|
19
|
+
|
|
20
|
+
## Version 1.4.2
|
|
21
|
+
|
|
22
|
+
### Improvements
|
|
23
|
+
|
|
24
|
+
- Added more tile sources to the default list ([#1107](../../pull/1107))
|
|
9
25
|
|
|
10
26
|
## Version 1.4.1
|
|
11
27
|
|
|
12
28
|
### Improvements
|
|
13
29
|
|
|
14
|
-
- Add a continuousCloseProximity option to annotations (#1106)
|
|
30
|
+
- Add a continuousCloseProximity option to annotations ([#1106](../../pull/1106))
|
|
15
31
|
|
|
16
32
|
## Version 1.4.0
|
|
17
33
|
|
|
18
34
|
### Features
|
|
19
35
|
|
|
20
|
-
|
|
36
|
+
- Add a gridFeature ([#1082](../../pull/1082))
|
|
21
37
|
|
|
22
|
-
|
|
38
|
+
## Version 1.3.0
|
|
23
39
|
|
|
24
40
|
### Features
|
|
25
41
|
|
|
26
|
-
- Add an optional baseQuad to the tileLayer (#1105)
|
|
27
|
-
- Support cropping quads (#1104)
|
|
42
|
+
- Add an optional baseQuad to the tileLayer ([#1105](../../pull/1105))
|
|
43
|
+
- Support cropping quads ([#1104](../../pull/1104))
|
|
28
44
|
|
|
29
45
|
## Version 1.2.0
|
|
30
46
|
|
|
31
47
|
### Features
|
|
32
48
|
|
|
33
|
-
- Allow sharing queues between tile layers (#1100)
|
|
34
|
-
- Allow removing promises from the idle monitor (#1101)
|
|
35
|
-
- Improve when tile layers are idle (#1101)
|
|
49
|
+
- Allow sharing queues between tile layers ([#1100](../../pull/1100))
|
|
50
|
+
- Allow removing promises from the idle monitor ([#1101](../../pull/1101))
|
|
51
|
+
- Improve when tile layers are idle ([#1101](../../pull/1101))
|
|
36
52
|
|
|
37
53
|
## Version 1.1.0
|
|
38
54
|
|
|
39
55
|
### Features
|
|
40
|
-
- Added a geoOnce handler for events (#1097)
|
|
56
|
+
- Added a geoOnce handler for events ([#1097](../../pull/1097))
|
|
41
57
|
|
|
42
58
|
## Version 1.0.3
|
|
43
59
|
|
|
44
60
|
### Bug Fixes
|
|
45
|
-
- Have semantic release publish artifacts to the GitHub release (#1094)
|
|
61
|
+
- Have semantic release publish artifacts to the GitHub release ([#1094](../../pull/1094))
|
|
46
62
|
|
|
47
63
|
## Version 1.0.2
|
|
48
64
|
|
|
49
65
|
### Improvements
|
|
50
|
-
- The primary map div now has overflow hidden set on it (#1088)
|
|
66
|
+
- The primary map div now has overflow hidden set on it ([#1088](../../pull/1088))
|
|
51
67
|
|
|
52
68
|
## Version 1.0.1
|
|
53
69
|
|
|
54
70
|
### Improvements
|
|
55
|
-
- Contours with continuous (unstepped) data can specify the same number of values in `rangeValues` and `colorRange` (#1079)
|
|
71
|
+
- Contours with continuous (unstepped) data can specify the same number of values in `rangeValues` and `colorRange` ([#1079](../../pull/1079))
|
|
56
72
|
|
|
57
73
|
## Version 1.0.0
|
|
58
74
|
|
|
59
75
|
### Improvements
|
|
60
|
-
- Screenshots now handle mix-blend-mode settings on top level divs (#1074)
|
|
61
|
-
- More flexible default position accessors (#1066)
|
|
76
|
+
- Screenshots now handle mix-blend-mode settings on top level divs ([#1074](../../pull/1074))
|
|
77
|
+
- More flexible default position accessors ([#1066](../../pull/1066))
|
|
62
78
|
|
|
63
79
|
### Bug Fixes
|
|
64
|
-
- Fixed an issue with affine transforms and polygons (#1073)
|
|
80
|
+
- Fixed an issue with affine transforms and polygons ([#1073](../../pull/1073))
|
|
65
81
|
|
|
66
82
|
## Version 0.20.0
|
|
67
83
|
|
|
68
84
|
### Features
|
|
69
|
-
- Added a marker feature (#1035)
|
|
70
|
-
- The mapInteractor cancelOnMove option can now take a movement threshold (#1058)
|
|
71
|
-
- GCS can now be specified in pointSearch, boxSearch, and polygonSearch (#1051)
|
|
72
|
-
- Added a track feature (#1040)
|
|
73
|
-
- Added a geo.gui.scaleWidget.formatUnit utility function (#1048)
|
|
85
|
+
- Added a marker feature ([#1035](../../pull/1035))
|
|
86
|
+
- The mapInteractor cancelOnMove option can now take a movement threshold ([#1058](../../pull/1058))
|
|
87
|
+
- GCS can now be specified in pointSearch, boxSearch, and polygonSearch ([#1051](../../pull/1051))
|
|
88
|
+
- Added a track feature ([#1040](../../pull/1040))
|
|
89
|
+
- Added a geo.gui.scaleWidget.formatUnit utility function ([#1048](../../pull/1048))
|
|
74
90
|
|
|
75
91
|
### Improvements
|
|
76
|
-
- The pointInPolygon2D function is faster (#1052)
|
|
77
|
-
- On markers, updateStyleFromArray optimizes certain updates and exposes a faster way to change symbol and symbol value (#1049)
|
|
92
|
+
- The pointInPolygon2D function is faster ([#1052](../../pull/1052))
|
|
93
|
+
- On markers, updateStyleFromArray optimizes certain updates and exposes a faster way to change symbol and symbol value ([#1049](../../pull/1049))
|
|
78
94
|
|
|
79
95
|
## Version 0.19.8
|
|
80
96
|
|
|
81
97
|
### Changes
|
|
82
|
-
- Line segments with zero width or zero opacity won't be found by pointSearch or polygonSearch (#1041)
|
|
98
|
+
- Line segments with zero width or zero opacity won't be found by pointSearch or polygonSearch ([#1041](../../pull/1041))
|
|
83
99
|
|
|
84
100
|
### Bug Fixes
|
|
85
|
-
- Removed extra calls to sceneObject constructors (#1039)
|
|
86
|
-
- Fixed an issue with rendering on hidden tabs in Chrome (#1042)
|
|
101
|
+
- Removed extra calls to sceneObject constructors ([#1039](../../pull/1039))
|
|
102
|
+
- Fixed an issue with rendering on hidden tabs in Chrome ([#1042](../../pull/1042))
|
|
87
103
|
|
|
88
104
|
## Version 0.19.7
|
|
89
105
|
|
|
90
106
|
### Features
|
|
91
|
-
- The osmLayer now has predefined `tileSources` that can be used with the `source` method or property to switch multiple parameters at once (#1020)
|
|
107
|
+
- The osmLayer now has predefined `tileSources` that can be used with the `source` method or property to switch multiple parameters at once ([#1020](../../pull/1020))
|
|
92
108
|
|
|
93
109
|
### Improvements
|
|
94
|
-
- Points with small radii or thin strokes are rendered better (#1021)
|
|
95
|
-
- When only updating point styles, don't recompute geometry transforms (#1022)
|
|
96
|
-
- Optimized a transform code path for pixel coordinates (#1023)
|
|
97
|
-
- WebGL point features automatically use the most memory-efficient primitive shape for the point sizes used based on the system's graphics capabilities (#1031)
|
|
98
|
-
- Less data is transferred to the GPU when only styles have changed in webgl line or polygon features (#1016)
|
|
110
|
+
- Points with small radii or thin strokes are rendered better ([#1021](../../pull/1021))
|
|
111
|
+
- When only updating point styles, don't recompute geometry transforms ([#1022](../../pull/1022))
|
|
112
|
+
- Optimized a transform code path for pixel coordinates ([#1023](../../pull/1023))
|
|
113
|
+
- WebGL point features automatically use the most memory-efficient primitive shape for the point sizes used based on the system's graphics capabilities ([#1031](../../pull/1031))
|
|
114
|
+
- Less data is transferred to the GPU when only styles have changed in webgl line or polygon features ([#1016](../../pull/1016))
|
|
99
115
|
|
|
100
116
|
### Changes
|
|
101
|
-
- Switched the default tile server to Stamen Design's toner-lite (#1020)
|
|
117
|
+
- Switched the default tile server to Stamen Design's toner-lite ([#1020](../../pull/1020))
|
|
102
118
|
|
|
103
119
|
### Bug Fixes
|
|
104
|
-
- Mouse wheel events didn't recompute gcs coordinates, so a wheel event without a previous move event could list the wrong location (#1027)
|
|
105
|
-
- Original event data was not included with actionwheel events (#1030)
|
|
120
|
+
- Mouse wheel events didn't recompute gcs coordinates, so a wheel event without a previous move event could list the wrong location ([#1027](../../pull/1027))
|
|
121
|
+
- Original event data was not included with actionwheel events ([#1030](../../pull/1030))
|
|
106
122
|
|
|
107
123
|
## Version 0.19.6
|
|
108
124
|
|
|
109
125
|
### Features
|
|
110
|
-
- Added a polygonSearch method to features (#1014)
|
|
126
|
+
- Added a polygonSearch method to features ([#1014](../../pull/1014))
|
|
111
127
|
|
|
112
128
|
### Changes
|
|
113
|
-
- The feature boxSearch function now uses map input gcs coordinates consistently and returns results in the same format as pointSearch (#1014)
|
|
114
|
-
- The pointTo2DTriangleBasis utility function was renamed to pointToTriangleBasis2d (#1014)
|
|
129
|
+
- The feature boxSearch function now uses map input gcs coordinates consistently and returns results in the same format as pointSearch ([#1014](../../pull/1014))
|
|
130
|
+
- The pointTo2DTriangleBasis utility function was renamed to pointToTriangleBasis2d ([#1014](../../pull/1014))
|
|
115
131
|
|
|
116
132
|
## Version 0.19.5
|
|
117
133
|
|
|
118
134
|
### Features
|
|
119
|
-
- Fetch queues can have an initial size different from their regular size (#1000)
|
|
120
|
-
- Autoshare renderers now has three states, with the default being more likely to not change anything visually (#1011)
|
|
135
|
+
- Fetch queues can have an initial size different from their regular size ([#1000](../../pull/1000))
|
|
136
|
+
- Autoshare renderers now has three states, with the default being more likely to not change anything visually ([#1011](../../pull/1011))
|
|
121
137
|
|
|
122
138
|
### Improvements
|
|
123
|
-
- More response zooming via mouse wheel (#993)
|
|
124
|
-
- Explicitly exit retired renderers when autosharing renderers (#1007)
|
|
125
|
-
- If a point has no stroke or fill, don't return it from pointSearch (#1003)
|
|
126
|
-
- WebGL point, line, polygon, and contour features use a localized origin for improved precision at high zoom levels. This reduces panning jitter in zoom levels 19 and up (#1005)
|
|
127
|
-
- When doing a point search on a line feature, report which line segment is found (#1008)
|
|
128
|
-
- Include source event information in some feature events (#1009)
|
|
139
|
+
- More response zooming via mouse wheel ([#993](../../pull/993))
|
|
140
|
+
- Explicitly exit retired renderers when autosharing renderers ([#1007](../../pull/1007))
|
|
141
|
+
- If a point has no stroke or fill, don't return it from pointSearch ([#1003](../../pull/1003))
|
|
142
|
+
- WebGL point, line, polygon, and contour features use a localized origin for improved precision at high zoom levels. This reduces panning jitter in zoom levels 19 and up ([#1005](../../pull/1005))
|
|
143
|
+
- When doing a point search on a line feature, report which line segment is found ([#1008](../../pull/1008))
|
|
144
|
+
- Include source event information in some feature events ([#1009](../../pull/1009))
|
|
129
145
|
|
|
130
146
|
### Changes
|
|
131
|
-
- Idle handlers no longer defer to scene-graph parents. Parents still wait for all children to be idle (#1001)
|
|
132
|
-
- Better handling of tiles with overlap (#997)
|
|
147
|
+
- Idle handlers no longer defer to scene-graph parents. Parents still wait for all children to be idle ([#1001](../../pull/1001))
|
|
148
|
+
- Better handling of tiles with overlap ([#997](../../pull/997))
|
|
133
149
|
|
|
134
150
|
### Bug Fixes
|
|
135
|
-
- Shared tile layers stack properly by clearing quads on layer addition and removal (#1010)
|
|
151
|
+
- Shared tile layers stack properly by clearing quads on layer addition and removal ([#1010](../../pull/1010))
|
|
136
152
|
|
|
137
153
|
## Version 0.19.4
|
|
138
154
|
|
|
139
155
|
### Improvements
|
|
140
|
-
- Speed up rebuilding webgl point features (#994)
|
|
156
|
+
- Speed up rebuilding webgl point features ([#994](../../pull/994))
|
|
141
157
|
|
|
142
158
|
## Version 0.19.3
|
|
143
159
|
|
|
144
160
|
### Features
|
|
145
|
-
- Layers that use webgl renderers automatically share contexts when possible. Layers can switch renderers manually as well. This largely avoids the limitation of number of webgl contexts in a browser (#975)
|
|
146
|
-
- Support affine transforms in the proj4 string (#986)
|
|
161
|
+
- Layers that use webgl renderers automatically share contexts when possible. Layers can switch renderers manually as well. This largely avoids the limitation of number of webgl contexts in a browser ([#975](../../pull/975))
|
|
162
|
+
- Support affine transforms in the proj4 string ([#986](../../pull/986))
|
|
147
163
|
|
|
148
164
|
### Improvements
|
|
149
|
-
- Speed up rendering geojson features by using constant values for constant geojson styles (#987)
|
|
165
|
+
- Speed up rendering geojson features by using constant values for constant geojson styles ([#987](../../pull/987))
|
|
150
166
|
|
|
151
167
|
### Changes
|
|
152
|
-
- The point clustering radius value is now in display pixels (#983)
|
|
168
|
+
- The point clustering radius value is now in display pixels ([#983](../../pull/983))
|
|
153
169
|
|
|
154
170
|
### Bug Fixes
|
|
155
|
-
- Fixed drawing partial fixed-scale canvas quads (#985)
|
|
171
|
+
- Fixed drawing partial fixed-scale canvas quads ([#985](../../pull/985))
|
|
156
172
|
|
|
157
173
|
## Version 0.19.2
|
|
158
174
|
|
|
159
175
|
### Improvements
|
|
160
|
-
- Make fewer function calls when computing polygon strokes (#980)
|
|
161
|
-
- Speed up coordinate transforms that only switch y-axis (#979)
|
|
176
|
+
- Make fewer function calls when computing polygon strokes ([#980](../../pull/980))
|
|
177
|
+
- Speed up coordinate transforms that only switch y-axis ([#979](../../pull/979))
|
|
162
178
|
|
|
163
179
|
## Version 0.19.1
|
|
164
180
|
|
|
165
181
|
### Features
|
|
166
|
-
- Polygon annotations can be drawn in the same continuous smooth manner as line annotations. (#976)
|
|
182
|
+
- Polygon annotations can be drawn in the same continuous smooth manner as line annotations. ([#976](../../pull/976))
|
|
167
183
|
|
|
168
184
|
### Changes
|
|
169
|
-
- Rename the d3 renderer to svg. d3 still works as an alias (#965)
|
|
170
|
-
- Rename the vgl renderer to webgl. vgl still works as an alias (#965)
|
|
185
|
+
- Rename the d3 renderer to svg. d3 still works as an alias ([#965](../../pull/965))
|
|
186
|
+
- Rename the vgl renderer to webgl. vgl still works as an alias ([#965](../../pull/965))
|
|
171
187
|
|
|
172
188
|
## Version 0.19.0
|
|
173
189
|
|
|
174
190
|
### Features
|
|
175
|
-
- Feature selection API is now enabled automatically if any event handlers are bounds to the feature (#921)
|
|
176
|
-
- Added a VTK.js renderer which supports a point feature (#893, #953)
|
|
191
|
+
- Feature selection API is now enabled automatically if any event handlers are bounds to the feature ([#921](../../pull/921))
|
|
192
|
+
- Added a VTK.js renderer which supports a point feature ([#893](../../pull/893), [#953](../../pull/953))
|
|
177
193
|
|
|
178
194
|
### Improvements
|
|
179
|
-
- Coordinate transforms on flat arrays are now faster (#939)
|
|
180
|
-
- `convertColor` is memoized to speed up repeated calls (#936)
|
|
181
|
-
- All features have a `featureType` property (#931)
|
|
182
|
-
- When changing geometry sizes, buffers are reallocated less (#941)
|
|
183
|
-
- Initial rendering webGL features is somewhat faster (#943)
|
|
184
|
-
- WebGL point and polygon features no longer clip by z coordinates (#963)
|
|
195
|
+
- Coordinate transforms on flat arrays are now faster ([#939](../../pull/939))
|
|
196
|
+
- `convertColor` is memoized to speed up repeated calls ([#936](../../pull/936))
|
|
197
|
+
- All features have a `featureType` property ([#931](../../pull/931))
|
|
198
|
+
- When changing geometry sizes, buffers are reallocated less ([#941](../../pull/941))
|
|
199
|
+
- Initial rendering webGL features is somewhat faster ([#943](../../pull/943))
|
|
200
|
+
- WebGL point and polygon features no longer clip by z coordinates ([#963](../../pull/963))
|
|
185
201
|
|
|
186
202
|
### Changes
|
|
187
|
-
- Removed the dependency on the vgl module for the `object` and `timestamp` classes (#918)
|
|
188
|
-
- CSS color names are obtained from an npm package rather than being defined in the util module (#936)
|
|
189
|
-
- Updated several npm modules (#944)
|
|
190
|
-
- Report the unmasked renderer used with webgl (#947)
|
|
191
|
-
- Width and height are now in the base renderer class (#962)
|
|
203
|
+
- Removed the dependency on the vgl module for the `object` and `timestamp` classes ([#918](../../pull/918))
|
|
204
|
+
- CSS color names are obtained from an npm package rather than being defined in the util module ([#936](../../pull/936))
|
|
205
|
+
- Updated several npm modules ([#944](../../pull/944))
|
|
206
|
+
- Report the unmasked renderer used with webgl ([#947](../../pull/947))
|
|
207
|
+
- Width and height are now in the base renderer class ([#962](../../pull/962))
|
|
192
208
|
|
|
193
209
|
### Bug Fixes
|
|
194
|
-
- Fixed some minor issues with layers (#949)
|
|
210
|
+
- Fixed some minor issues with layers ([#949](../../pull/949))
|
|
195
211
|
|
|
196
212
|
### Documentation
|
|
197
|
-
- Improve documentation (#922, #928, #929, #930, #932, #948, #950, #951, #956, #960, #961)
|
|
198
|
-
- Added a point cluster example (#957)
|
|
199
|
-
- Editor tutorials keep history in browser (#926)
|
|
213
|
+
- Improve documentation ([#922](../../pull/922), [#928](../../pull/928), [#929](../../pull/929), [#930](../../pull/930), [#932](../../pull/932), [#948](../../pull/948), [#950](../../pull/950), [#951](../../pull/951), [#956](../../pull/956), [#960](../../pull/960), [#961](../../pull/961))
|
|
214
|
+
- Added a point cluster example ([#957](../../pull/957))
|
|
215
|
+
- Editor tutorials keep history in browser ([#926](../../pull/926))
|
|
200
216
|
|
|
201
217
|
## Version 0.18.1
|
|
202
218
|
|
|
203
219
|
### Bug Fixes
|
|
204
|
-
- Fixed an issue with the annotation key handler (#923)
|
|
220
|
+
- Fixed an issue with the annotation key handler ([#923](../../pull/923))
|
|
205
221
|
|
|
206
222
|
## Version 0.18.0
|
|
207
223
|
|
|
208
224
|
### Features
|
|
209
|
-
- Added an idle property to objects (#894)
|
|
210
|
-
- Better handling and changing of camera clipbounds (#899)
|
|
211
|
-
- File readers (the geojsonReader) now returns a Promise. The layer will report that it is not idle until this promise is finalized (#905)
|
|
225
|
+
- Added an idle property to objects ([#894](../../pull/894))
|
|
226
|
+
- Better handling and changing of camera clipbounds ([#899](../../pull/899))
|
|
227
|
+
- File readers (the geojsonReader) now returns a Promise. The layer will report that it is not idle until this promise is finalized ([#905](../../pull/905))
|
|
212
228
|
|
|
213
229
|
### Bug Fixes
|
|
214
|
-
- Fixed an issue with overlapping, cropped tiles on old browsers (#901)
|
|
215
|
-
- Fixed an issue where a `geo.gl.polygonFeature` could be updated after it was deleted (#913)
|
|
230
|
+
- Fixed an issue with overlapping, cropped tiles on old browsers ([#901](../../pull/901))
|
|
231
|
+
- Fixed an issue where a `geo.gl.polygonFeature` could be updated after it was deleted ([#913](../../pull/913))
|
|
216
232
|
|
|
217
233
|
### Changes
|
|
218
|
-
- Changed build process: optional dependencies are now included in the bundle by default (#890)
|
|
219
|
-
- Transpile with Babel to support old browsers and new language features (#900, #903)
|
|
220
|
-
- The geojsonReader has been renamed from `jsonReader` to `geojsonReader`. The old name still works as an alias (#905)
|
|
221
|
-
- Catch errors in animation frame callbacks (#911)
|
|
234
|
+
- Changed build process: optional dependencies are now included in the bundle by default ([#890](../../pull/890))
|
|
235
|
+
- Transpile with Babel to support old browsers and new language features ([#900](../../pull/900), [#903](../../pull/903))
|
|
236
|
+
- The geojsonReader has been renamed from `jsonReader` to `geojsonReader`. The old name still works as an alias ([#905](../../pull/905))
|
|
237
|
+
- Catch errors in animation frame callbacks ([#911](../../pull/911))
|
|
222
238
|
|
|
223
239
|
## Version 0.17.0
|
|
224
240
|
|
|
225
241
|
### Features
|
|
226
|
-
- Add multi-color support to the continuous color legend (#810)
|
|
227
|
-
- Warn when trying to create an unsupported feature (#823)
|
|
228
|
-
- Expose registries (#830)
|
|
229
|
-
- Add all proj4 projections (#840, #873)
|
|
230
|
-
- Trigger an event when an annotation's coordinates change (#841)
|
|
231
|
-
- Add an option to limit text feature rendering (#834)
|
|
232
|
-
- Calculating min and max of array is now a utility function (#835)
|
|
233
|
-
- Generalized meshes (#817)
|
|
234
|
-
- Added a `wrapAngle` utility function (#836)
|
|
235
|
-
- Isolines (#838)
|
|
242
|
+
- Add multi-color support to the continuous color legend ([#810](../../pull/810))
|
|
243
|
+
- Warn when trying to create an unsupported feature ([#823](../../pull/823))
|
|
244
|
+
- Expose registries ([#830](../../pull/830))
|
|
245
|
+
- Add all proj4 projections ([#840](../../pull/840), [#873](../../pull/873))
|
|
246
|
+
- Trigger an event when an annotation's coordinates change ([#841](../../pull/841))
|
|
247
|
+
- Add an option to limit text feature rendering ([#834](../../pull/834))
|
|
248
|
+
- Calculating min and max of array is now a utility function ([#835](../../pull/835))
|
|
249
|
+
- Generalized meshes ([#817](../../pull/817))
|
|
250
|
+
- Added a `wrapAngle` utility function ([#836](../../pull/836))
|
|
251
|
+
- Isolines ([#838](../../pull/838))
|
|
236
252
|
|
|
237
253
|
### Bug Fixes
|
|
238
|
-
- Ensure GL polygons are built once before their strokes so that the strokes are always on top (#806)
|
|
239
|
-
- Work around `atan` bugs in openmesa and swiftshader WebGL renderers (#816)
|
|
240
|
-
- Fix text alignment on the scale widget (#828)
|
|
241
|
-
- Ignore z values in `vgl.lineFeature` (#833)
|
|
242
|
-
- Don't modify geojson object coordinates (#848)
|
|
243
|
-
- Ensure all point position calls pass the data index (#852)
|
|
254
|
+
- Ensure GL polygons are built once before their strokes so that the strokes are always on top ([#806](../../pull/806))
|
|
255
|
+
- Work around `atan` bugs in openmesa and swiftshader WebGL renderers ([#816](../../pull/816))
|
|
256
|
+
- Fix text alignment on the scale widget ([#828](../../pull/828))
|
|
257
|
+
- Ignore z values in `vgl.lineFeature` ([#833](../../pull/833))
|
|
258
|
+
- Don't modify geojson object coordinates ([#848](../../pull/848))
|
|
259
|
+
- Ensure all point position calls pass the data index ([#852](../../pull/852))
|
|
244
260
|
|
|
245
261
|
### Testing
|
|
246
|
-
- Test with a muted video (#811)
|
|
247
|
-
- Use Firefox headless (#818)
|
|
248
|
-
- Use karma-spec-reported for better output (#829)
|
|
249
|
-
- Upgrade jasmine (#837)
|
|
250
|
-
- Refactor how external data is fetched (#851)
|
|
251
|
-
- Add more support for testing examples, similar to tutorial tests (#866)
|
|
252
|
-
- Refactored the server script to allow serving the website and build directories as well as the dist directory (#868)
|
|
262
|
+
- Test with a muted video ([#811](../../pull/811))
|
|
263
|
+
- Use Firefox headless ([#818](../../pull/818))
|
|
264
|
+
- Use karma-spec-reported for better output ([#829](../../pull/829))
|
|
265
|
+
- Upgrade jasmine ([#837](../../pull/837))
|
|
266
|
+
- Refactor how external data is fetched ([#851](../../pull/851))
|
|
267
|
+
- Add more support for testing examples, similar to tutorial tests ([#866](../../pull/866))
|
|
268
|
+
- Refactored the server script to allow serving the website and build directories as well as the dist directory ([#868](../../pull/868))
|
|
253
269
|
|
|
254
270
|
### Documentation
|
|
255
|
-
- Improve tutorial page layout (#809)
|
|
256
|
-
- Improve documentation (#819, #825, #824, #839, #844, #849, #859, #858, #867, #872)
|
|
257
|
-
- Update tutorials when text is deleted (#827)
|
|
258
|
-
- Added a rainfall example with isolines and contours (#869)
|
|
259
|
-
- Change the Deep Zoom example to make it more generic and use a public data source (#875)
|
|
260
|
-
- Automate website deployment (#877)
|
|
271
|
+
- Improve tutorial page layout ([#809](../../pull/809))
|
|
272
|
+
- Improve documentation ([#819](../../pull/819), [#825](../../pull/825), [#824](../../pull/824), [#839](../../pull/839), [#844](../../pull/844), [#849](../../pull/849), [#859](../../pull/859), [#858](../../pull/858), [#867](../../pull/867), [#872](../../pull/872))
|
|
273
|
+
- Update tutorials when text is deleted ([#827](../../pull/827))
|
|
274
|
+
- Added a rainfall example with isolines and contours ([#869](../../pull/869))
|
|
275
|
+
- Change the Deep Zoom example to make it more generic and use a public data source ([#875](../../pull/875))
|
|
276
|
+
- Automate website deployment ([#877](../../pull/877))
|
|
261
277
|
|
|
262
278
|
### Changes
|
|
263
|
-
- Remove bower support (#856)
|
|
264
|
-
- Switch to webpack v3 (#854)
|
|
265
|
-
- Removed needless function wrappers (#870)
|
|
279
|
+
- Remove bower support ([#856](../../pull/856))
|
|
280
|
+
- Switch to webpack v3 ([#854](../../pull/854))
|
|
281
|
+
- Removed needless function wrappers ([#870](../../pull/870))
|
|
266
282
|
|
|
267
283
|
## Version 0.16.0
|
|
268
284
|
|
|
269
285
|
### Features
|
|
270
|
-
- Events allow changing feature order on mouse over and mouse click (#807)
|
|
286
|
+
- Events allow changing feature order on mouse over and mouse click ([#807](../../pull/807))
|
|
271
287
|
|
|
272
288
|
### Improvements
|
|
273
|
-
- Multiple UI layers can be active at once (#802)
|
|
274
|
-
- Clear animation queue when the map is destroyed (#801)
|
|
275
|
-
- Handle dereferencing errors in screenshots more gracefully (#803)
|
|
289
|
+
- Multiple UI layers can be active at once ([#802](../../pull/802))
|
|
290
|
+
- Clear animation queue when the map is destroyed ([#801](../../pull/801))
|
|
291
|
+
- Handle dereferencing errors in screenshots more gracefully ([#803](../../pull/803))
|
|
276
292
|
|
|
277
293
|
### Changes
|
|
278
|
-
- Line style function parameters are more consistent (#804)
|
|
294
|
+
- Line style function parameters are more consistent ([#804](../../pull/804))
|
|
279
295
|
|
|
280
296
|
### Bug Fixes
|
|
281
|
-
- Polygon strokes were sometimes drawn under polygon fills (#806)
|
|
297
|
+
- Polygon strokes were sometimes drawn under polygon fills ([#806](../../pull/806))
|
|
282
298
|
|
|
283
299
|
### Documentation
|
|
284
|
-
- Added a [line tutorial](https://opengeoscience.github.io/geojs/tutorials/lines) (#805)
|
|
300
|
+
- Added a [line tutorial](https://opengeoscience.github.io/geojs/tutorials/lines) ([#805](../../pull/805))
|
|
285
301
|
|
|
286
302
|
## Version 0.15.2
|
|
287
303
|
|
|
288
304
|
### Features
|
|
289
|
-
- Allow specifying the map's initial maximum bounds in a different GCS (#794)
|
|
290
|
-
- Improve setting widget positions (#796)
|
|
291
|
-
- Add methods to simplify line geometries (#791)
|
|
292
|
-
- Add functions computing spherical and Vincenty distances (#797)
|
|
293
|
-
- Add a scale widget (#798)
|
|
294
|
-
- Improve the screenshot function by dereferencing CSS urls (#799)
|
|
305
|
+
- Allow specifying the map's initial maximum bounds in a different GCS ([#794](../../pull/794))
|
|
306
|
+
- Improve setting widget positions ([#796](../../pull/796))
|
|
307
|
+
- Add methods to simplify line geometries ([#791](../../pull/791))
|
|
308
|
+
- Add functions computing spherical and Vincenty distances ([#797](../../pull/797))
|
|
309
|
+
- Add a scale widget ([#798](../../pull/798))
|
|
310
|
+
- Improve the screenshot function by dereferencing CSS urls ([#799](../../pull/799))
|
|
295
311
|
|
|
296
312
|
### Testing
|
|
297
|
-
- Fix testing with Chrome 65 (#792)
|
|
298
|
-
- Add tests for geo.gui.widget and geo.gui.domWidget (#795)
|
|
313
|
+
- Fix testing with Chrome 65 ([#792](../../pull/792))
|
|
314
|
+
- Add tests for geo.gui.widget and geo.gui.domWidget ([#795](../../pull/795))
|
|
299
315
|
|
|
300
316
|
### Documentation
|
|
301
|
-
- Enable the [color legend example](https://opengeoscience.github.io/geojs/examples/color-legend/) (#790)
|
|
302
|
-
- Add a new [editor tutorial](https://opengeoscience.github.io/geojs/tutorials/editor3) with HTML and CSS panes (#783)
|
|
303
|
-
- Use https urls for openstreetmap tiles in all examples and tutorials (#793)
|
|
317
|
+
- Enable the [color legend example](https://opengeoscience.github.io/geojs/examples/color-legend/) ([#790](../../pull/790))
|
|
318
|
+
- Add a new [editor tutorial](https://opengeoscience.github.io/geojs/tutorials/editor3) with HTML and CSS panes ([#783](../../pull/783))
|
|
319
|
+
- Use https urls for openstreetmap tiles in all examples and tutorials ([#793](../../pull/793))
|
|
304
320
|
|
|
305
321
|
## Version 0.15.1
|
|
306
322
|
|
|
307
323
|
### Testing
|
|
308
|
-
- Use resemblejs for testing rather than node-resemble (#785)
|
|
324
|
+
- Use resemblejs for testing rather than node-resemble ([#785](../../pull/785))
|
|
309
325
|
|
|
310
326
|
### Packaging
|
|
311
|
-
- Resolve hammerjs by it's name on npm in addition to the global variable `Hammer` (#787)
|
|
327
|
+
- Resolve hammerjs by it's name on npm in addition to the global variable `Hammer` ([#787](../../pull/787))
|
|
312
328
|
|
|
313
329
|
## Version 0.15.0
|
|
314
330
|
|
|
315
331
|
### Features
|
|
316
|
-
- Individual annotations can be edited (#769)
|
|
332
|
+
- Individual annotations can be edited ([#769](../../pull/769))
|
|
317
333
|
|
|
318
334
|
### Improvements
|
|
319
|
-
- Sped up updating line features (#779)
|
|
335
|
+
- Sped up updating line features ([#779](../../pull/779))
|
|
320
336
|
|
|
321
337
|
### Bug Fixes
|
|
322
|
-
- Fixed hit test on closed lines (#780)
|
|
323
|
-
- Fixed mouse buttons reporting on Firefox (#782)
|
|
338
|
+
- Fixed hit test on closed lines ([#780](../../pull/780))
|
|
339
|
+
- Fixed mouse buttons reporting on Firefox ([#782](../../pull/782))
|
|
324
340
|
|
|
325
341
|
## Version 0.14.0
|
|
326
342
|
|
|
327
343
|
### Features
|
|
328
344
|
|
|
329
|
-
- Added an `object.geoIsOn` function to check if an event is bound (#768)
|
|
330
|
-
- Use the average perimeter for the center of a polygon or line (#761)
|
|
331
|
-
- Allow display to/from gcs conversion functions to handle arrays of points (#766)
|
|
332
|
-
- When drawing a line annotation, don't create intermediate colinear points (#759)
|
|
333
|
-
- Improve exiting and reloading maps (#750)
|
|
334
|
-
- Various minor improvements (#767, #760)
|
|
345
|
+
- Added an `object.geoIsOn` function to check if an event is bound ([#768](../../pull/768))
|
|
346
|
+
- Use the average perimeter for the center of a polygon or line ([#761](../../pull/761))
|
|
347
|
+
- Allow display to/from gcs conversion functions to handle arrays of points ([#766](../../pull/766))
|
|
348
|
+
- When drawing a line annotation, don't create intermediate colinear points ([#759](../../pull/759))
|
|
349
|
+
- Improve exiting and reloading maps ([#750](../../pull/750))
|
|
350
|
+
- Various minor improvements ([#767](../../pull/767), [#760](../../pull/760))
|
|
335
351
|
|
|
336
352
|
### Packaging
|
|
337
|
-
- Refactored importing optional dependencies so webpack makes them truly optional (#770)
|
|
338
|
-
- Upgraded to jQuery 3.x (#772, #773)
|
|
339
|
-
- Updated npm packages (#756)
|
|
340
|
-
- Reduce packaging effects (#763, #751)
|
|
353
|
+
- Refactored importing optional dependencies so webpack makes them truly optional ([#770](../../pull/770))
|
|
354
|
+
- Upgraded to jQuery 3.x ([#772](../../pull/772), [#773](../../pull/773))
|
|
355
|
+
- Updated npm packages ([#756](../../pull/756))
|
|
356
|
+
- Reduce packaging effects ([#763](../../pull/763), [#751](../../pull/751))
|
|
341
357
|
|
|
342
358
|
### Testing
|
|
343
|
-
- Improved testing with different browsers (Chrome 64 and Firefox 58) (#775, #771, #755)
|
|
359
|
+
- Improved testing with different browsers (Chrome 64 and Firefox 58) ([#775](../../pull/775), [#771](../../pull/771), [#755](../../pull/755))
|
|
344
360
|
|
|
345
361
|
### Bug Fixes
|
|
346
|
-
- Include stroke widths when doing a point search on polygons (#762)
|
|
347
|
-
- Fixed `pointSearch` when the feature used a non-default gcs (#758)
|
|
348
|
-
- Fixed unbinding keyboard events (#757)
|
|
362
|
+
- Include stroke widths when doing a point search on polygons ([#762](../../pull/762))
|
|
363
|
+
- Fixed `pointSearch` when the feature used a non-default gcs ([#758](../../pull/758))
|
|
364
|
+
- Fixed unbinding keyboard events ([#757](../../pull/757))
|
|
349
365
|
|
|
350
366
|
### Tutorials and Website
|
|
351
|
-
- Added more tutorials (#774)
|
|
352
|
-
- Minor website improvements (#753, #752)
|
|
367
|
+
- Added more tutorials ([#774](../../pull/774))
|
|
368
|
+
- Minor website improvements ([#753](../../pull/753), [#752](../../pull/752))
|
|
353
369
|
|
|
354
370
|
## Version 0.13.0
|
|
355
371
|
|
|
356
372
|
### New features
|
|
357
|
-
- Added a new video quad feature (#745)
|
|
358
|
-
- Annotation id's are now persevered when reloading geojson (#747)
|
|
373
|
+
- Added a new video quad feature ([#745](../../pull/745))
|
|
374
|
+
- Annotation id's are now persevered when reloading geojson ([#747](../../pull/747))
|
|
359
375
|
|
|
360
376
|
### Bug fixes
|
|
361
|
-
- Fixed setting rotation on map creation (#740)
|
|
362
|
-
- Fixed polygon fill and opacity interaction (#744)
|
|
363
|
-
- Fixed handling GCS in geojson annotation imports (#748)
|
|
377
|
+
- Fixed setting rotation on map creation ([#740](../../pull/740))
|
|
378
|
+
- Fixed polygon fill and opacity interaction ([#744](../../pull/744))
|
|
379
|
+
- Fixed handling GCS in geojson annotation imports ([#748](../../pull/748))
|
|
364
380
|
|
|
365
381
|
### Improvements to the website and documentation
|
|
366
|
-
- Updated GeoJS's [website](https://opengeoscience.github.io/geojs/) (#729)
|
|
367
|
-
- Improved the [API documentation](https://opengeoscience.github.io/geojs/apidocs/) (#738)
|
|
368
|
-
- Added an "editor" [tutorial](https://opengeoscience.github.io/geojs/tutorials/) (#742)
|
|
369
|
-
- Updated some [examples](https://opengeoscience.github.io/geojs/tutorials/) (#743)
|
|
382
|
+
- Updated GeoJS's [website](https://opengeoscience.github.io/geojs/) ([#729](../../pull/729))
|
|
383
|
+
- Improved the [API documentation](https://opengeoscience.github.io/geojs/apidocs/) ([#738](../../pull/738))
|
|
384
|
+
- Added an "editor" [tutorial](https://opengeoscience.github.io/geojs/tutorials/) ([#742](../../pull/742))
|
|
385
|
+
- Updated some [examples](https://opengeoscience.github.io/geojs/tutorials/) ([#743](../../pull/743))
|
|
370
386
|
|
|
371
387
|
## Version 0.12.4
|
|
372
388
|
|
|
373
|
-
- Added a new color legend widget (#731)
|
|
374
|
-
- Fixed `z-index` bug on new layers (#732)
|
|
375
|
-
- Improved testing infrastructure (#735, #737)
|
|
376
|
-
- Removed some boiler plate code from the examples (#733)
|
|
389
|
+
- Added a new color legend widget ([#731](../../pull/731))
|
|
390
|
+
- Fixed `z-index` bug on new layers ([#732](../../pull/732))
|
|
391
|
+
- Improved testing infrastructure ([#735](../../pull/735), [#737](../../pull/737))
|
|
392
|
+
- Removed some boiler plate code from the examples ([#733](../../pull/733))
|
|
377
393
|
|
|
378
394
|
## Version 0.12.3
|
|
379
395
|
|
|
380
|
-
- Added annotation labels (#719)
|
|
381
|
-
- Added text feature (#719)
|
|
382
|
-
- Added tutorial infrastructure and some simple tutorials (#725, #727, #728)
|
|
383
|
-
- Handle tap-touch actions (adds support for some tablet styluses) (#730)
|
|
396
|
+
- Added annotation labels ([#719](../../pull/719))
|
|
397
|
+
- Added text feature ([#719](../../pull/719))
|
|
398
|
+
- Added tutorial infrastructure and some simple tutorials ([#725](../../pull/725), [#727](../../pull/727), [#728](../../pull/728))
|
|
399
|
+
- Handle tap-touch actions (adds support for some tablet styluses) ([#730](../../pull/730))
|
|
384
400
|
|
|
385
401
|
## Version 0.12.2
|
|
386
402
|
|
|
387
|
-
- Started revamping our [API documentation](https://opengeoscience.github.io/geojs/apidocs/) with a new template (#704, #706, #708, #710, #713)
|
|
388
|
-
- Several minor API improvements (#707)
|
|
389
|
-
- Added subdomain template parameters for tile layer urls (#715)
|
|
403
|
+
- Started revamping our [API documentation](https://opengeoscience.github.io/geojs/apidocs/) with a new template ([#704](../../pull/704), [#706](../../pull/706), [#708](../../pull/708), [#710](../../pull/710), [#713](../../pull/713))
|
|
404
|
+
- Several minor API improvements ([#707](../../pull/707))
|
|
405
|
+
- Added subdomain template parameters for tile layer urls ([#715](../../pull/715))
|
|
390
406
|
|
|
391
407
|
## Version 0.12.1
|
|
392
408
|
|
|
393
|
-
- Fix bugs in rectangle annotations (#693, #694)
|
|
394
|
-
- Add new optimized methods for updating styles of features for animations and a new [example](https://opengeoscience.github.io/geojs/examples/animation/) (#687)
|
|
395
|
-
- Fix checks for optional dependencies (#696)
|
|
396
|
-
- Change the template for our [apidocs](https://opengeoscience.github.io/geojs/apidocs/) to [jaguarjs-jsdoc](https://github.com/davidshimjs/jaguarjs-jsdoc) (#697)
|
|
397
|
-
- Fix a bug in applying polygon stroke styles (#700)
|
|
409
|
+
- Fix bugs in rectangle annotations ([#693](../../pull/693), [#694](../../pull/694))
|
|
410
|
+
- Add new optimized methods for updating styles of features for animations and a new [example](https://opengeoscience.github.io/geojs/examples/animation/) ([#687](../../pull/687))
|
|
411
|
+
- Fix checks for optional dependencies ([#696](../../pull/696))
|
|
412
|
+
- Change the template for our [apidocs](https://opengeoscience.github.io/geojs/apidocs/) to [jaguarjs-jsdoc](https://github.com/davidshimjs/jaguarjs-jsdoc) ([#697](../../pull/697))
|
|
413
|
+
- Fix a bug in applying polygon stroke styles ([#700](../../pull/700))
|
|
398
414
|
|
|
399
415
|
## Version 0.12.0
|
|
400
416
|
|
|
401
|
-
- Handle basic touch interactions using hammerjs (#675)
|
|
402
|
-
- Increase testing coverage (#676, #677, #684)
|
|
403
|
-
- Support additional line styling options in the json reader (#680)
|
|
404
|
-
- Add the ability to draw line annotations (#681)
|
|
405
|
-
- Add `visible` and `selectionAPI` methods to layers (#682)
|
|
406
|
-
- Replace custom quad tree implementation with kdbush (#685)
|
|
407
|
-
- Remove several unused utility methods (#686)
|
|
408
|
-
- Move vgl mocking function into `utils` for use in upstream testing (#688)
|
|
417
|
+
- Handle basic touch interactions using hammerjs ([#675](../../pull/675))
|
|
418
|
+
- Increase testing coverage ([#676](../../pull/676), [#677](../../pull/677), [#684](../../pull/684))
|
|
419
|
+
- Support additional line styling options in the json reader ([#680](../../pull/680))
|
|
420
|
+
- Add the ability to draw line annotations ([#681](../../pull/681))
|
|
421
|
+
- Add `visible` and `selectionAPI` methods to layers ([#682](../../pull/682))
|
|
422
|
+
- Replace custom quad tree implementation with kdbush ([#685](../../pull/685))
|
|
423
|
+
- Remove several unused utility methods ([#686](../../pull/686))
|
|
424
|
+
- Move vgl mocking function into `utils` for use in upstream testing ([#688](../../pull/688))
|
|
409
425
|
|
|
410
426
|
## Version 0.11.1
|
|
411
427
|
|
|
412
|
-
- Added a `map.screenshot` method to take screenshots of the current map view (#665, #667)
|
|
413
|
-
- Added a screenshot button on the example pages (#669)
|
|
414
|
-
- Made it easier to disable or replace keyboard actions in the interactor (#670)
|
|
428
|
+
- Added a `map.screenshot` method to take screenshots of the current map view ([#665](../../pull/665), [#667](../../pull/667))
|
|
429
|
+
- Added a screenshot button on the example pages ([#669](../../pull/669))
|
|
430
|
+
- Made it easier to disable or replace keyboard actions in the interactor ([#670](../../pull/670))
|
|
415
431
|
|
|
416
432
|
## Version 0.11.0
|
|
417
433
|
|
|
418
|
-
- Refactored GL line feature with a number of new styling options available. See our [blog post](https://blog.kitware.com/drawing-lines-in-geojs/) and the new [line example](https://opengeoscience.github.io/geojs/examples/lines/) for more details. (#649, #662)
|
|
419
|
-
- Added keyboard shortcuts for map navigation. (#661)
|
|
420
|
-
- Most DOM styling is now done with a CSS file rather than setting inline styles. (#660)
|
|
421
|
-
- Added GCS options to the annotation interface. (#654)
|
|
422
|
-
- Added headless unit testing for GL code and examples. (#651, #658).
|
|
423
|
-
- Removed unused source files. (#656, #657)
|
|
434
|
+
- Refactored GL line feature with a number of new styling options available. See our [blog post](https://blog.kitware.com/drawing-lines-in-geojs/) and the new [line example](https://opengeoscience.github.io/geojs/examples/lines/) for more details. ([#649](../../pull/649), [#662](../../pull/662))
|
|
435
|
+
- Added keyboard shortcuts for map navigation. ([#661](../../pull/661))
|
|
436
|
+
- Most DOM styling is now done with a CSS file rather than setting inline styles. ([#660](../../pull/660))
|
|
437
|
+
- Added GCS options to the annotation interface. ([#654](../../pull/654))
|
|
438
|
+
- Added headless unit testing for GL code and examples. ([#651](../../pull/651), [#658](../../pull/658)).
|
|
439
|
+
- Removed unused source files. ([#656](../../pull/656), [#657](../../pull/657))
|
|
424
440
|
|
|
425
441
|
## Version 0.10.5
|
|
426
442
|
|
|
427
|
-
- Made annotation states more consistent (#643)
|
|
428
|
-
- Reduced lag between layers (#644)
|
|
429
|
-
- Fixed gaps between tiles (#648)
|
|
430
|
-
- Fixed map jumping after certain transitions (#650)
|
|
443
|
+
- Made annotation states more consistent ([#643](../../pull/643))
|
|
444
|
+
- Reduced lag between layers ([#644](../../pull/644))
|
|
445
|
+
- Fixed gaps between tiles ([#648](../../pull/648))
|
|
446
|
+
- Fixed map jumping after certain transitions ([#650](../../pull/650))
|
|
431
447
|
|
|
432
448
|
## Version 0.10.4
|
|
433
449
|
|
|
434
450
|
### Changes
|
|
435
|
-
- Added a pixelmap feature and [example](https://opengeoscience.github.io/geojs/examples/pixelmap/) (#637)
|
|
436
|
-
- The location with a quad is reported in mouse events and point search functions (#635)
|
|
437
|
-
- Canvas elements can be rendered in quads on the canvas renderer (#634)
|
|
438
|
-
- Most features support visibility (#632)
|
|
439
|
-
- Colors can be specified with a greater variety of css methods, such as `rgb()` and `rgba()` (#636)
|
|
440
|
-
- Point annotations can scale with zoom (#628)
|
|
451
|
+
- Added a pixelmap feature and [example](https://opengeoscience.github.io/geojs/examples/pixelmap/) ([#637](../../pull/637))
|
|
452
|
+
- The location with a quad is reported in mouse events and point search functions ([#635](../../pull/635))
|
|
453
|
+
- Canvas elements can be rendered in quads on the canvas renderer ([#634](../../pull/634))
|
|
454
|
+
- Most features support visibility ([#632](../../pull/632))
|
|
455
|
+
- Colors can be specified with a greater variety of css methods, such as `rgb()` and `rgba()` ([#636](../../pull/636))
|
|
456
|
+
- Point annotations can scale with zoom ([#628](../../pull/628))
|
|
441
457
|
|
|
442
458
|
## Version 0.10.3
|
|
443
459
|
|
|
444
460
|
### Changes
|
|
445
|
-
- Fixed a bug in getting the visible bounds using a custom map projection (#625)
|
|
446
|
-
- Slider widgets can now be repositioned and resized (#619)
|
|
447
|
-
- Improved the annotation API with the ability to import and export GeoJSON (#617)
|
|
461
|
+
- Fixed a bug in getting the visible bounds using a custom map projection ([#625](../../pull/625))
|
|
462
|
+
- Slider widgets can now be repositioned and resized ([#619](../../pull/619))
|
|
463
|
+
- Improved the annotation API with the ability to import and export GeoJSON ([#617](../../pull/617))
|
|
448
464
|
|
|
449
465
|
## Version 0.10.2
|
|
450
466
|
|
|
451
467
|
### Changes
|
|
452
|
-
- Add a closed flag for line features (#602)
|
|
453
|
-
- Minor changes and bug fixes in the interactor (#603, #604, #605)
|
|
454
|
-
- Allow showing partial tiles on edges (#606)
|
|
455
|
-
- Minor fixes to geojson rendering (#609)
|
|
456
|
-
- Update to VGL 0.3.10 (#608, #612)
|
|
457
|
-
- Reduce flickering in point cluster rendering (#621)
|
|
458
|
-
- Beta support for interactive annotations and a new [example](https://opengeoscience.github.io/geojs/examples/annotations/) (#613, #616)
|
|
468
|
+
- Add a closed flag for line features ([#602](../../pull/602))
|
|
469
|
+
- Minor changes and bug fixes in the interactor ([#603](../../pull/603), [#604](../../pull/604), [#605](../../pull/605))
|
|
470
|
+
- Allow showing partial tiles on edges ([#606](../../pull/606))
|
|
471
|
+
- Minor fixes to geojson rendering ([#609](../../pull/609))
|
|
472
|
+
- Update to VGL 0.3.10 ([#608](../../pull/608), [#612](../../pull/612))
|
|
473
|
+
- Reduce flickering in point cluster rendering ([#621](../../pull/621))
|
|
474
|
+
- Beta support for interactive annotations and a new [example](https://opengeoscience.github.io/geojs/examples/annotations/) ([#613](../../pull/613), [#616](../../pull/616))
|
|
459
475
|
|
|
460
476
|
## Version 0.10.1
|
|
461
477
|
|
|
462
478
|
### Bug fixes
|
|
463
|
-
- Fixed a bug preventing deletion of stroked polygons (#601)
|
|
479
|
+
- Fixed a bug preventing deletion of stroked polygons ([#601](../../pull/601))
|
|
464
480
|
|
|
465
481
|
## Version 0.10.0
|
|
466
482
|
|
|
467
483
|
### Breaking changes
|
|
468
|
-
- Removed the `planeFeature` class in favor of the faster and more powerful`quadFeature` (#583)
|
|
469
|
-
- Changed the callback signature for the `fill` style, which turns on or off rendering the polygon fill (#597)
|
|
484
|
+
- Removed the `planeFeature` class in favor of the faster and more powerful`quadFeature` ([#583](../../pull/583))
|
|
485
|
+
- Changed the callback signature for the `fill` style, which turns on or off rendering the polygon fill ([#597](../../pull/597))
|
|
470
486
|
|
|
471
487
|
### Additions and improvements
|
|
472
|
-
- Improved heatmap feature and [example](https://opengeoscience.github.io/geojs/examples/heatmap/) (#574, #577, #578, #579)
|
|
473
|
-
- Replaced grunt build tasks with webpack and npm scripts (#580)
|
|
474
|
-
- Added a d3 rendered `quadFeature` (#581)
|
|
475
|
-
- Added selection-based zoom (#582)
|
|
476
|
-
- Added an interface for `createLayer` to request renderers by feature support (#590)
|
|
477
|
-
- Improved polygon rendering performance ([massively](https://github.com/OpenGeoscience/geojs/pull/594#issuecomment-226821131)) and added a usage [example](https://opengeoscience.github.io/geojs/examples/polygons/) (#594)
|
|
478
|
-
- Added an [example](https://opengeoscience.github.io/geojs/examples/sld/) of customizing the style of WMS layers (#595)
|
|
479
|
-
- Added stroking to the polygon feature (#597)
|
|
488
|
+
- Improved heatmap feature and [example](https://opengeoscience.github.io/geojs/examples/heatmap/) ([#574](../../pull/574), [#577](../../pull/577), [#578](../../pull/578), [#579](../../pull/579))
|
|
489
|
+
- Replaced grunt build tasks with webpack and npm scripts ([#580](../../pull/580))
|
|
490
|
+
- Added a d3 rendered `quadFeature` ([#581](../../pull/581))
|
|
491
|
+
- Added selection-based zoom ([#582](../../pull/582))
|
|
492
|
+
- Added an interface for `createLayer` to request renderers by feature support ([#590](../../pull/590))
|
|
493
|
+
- Improved polygon rendering performance ([massively](https://github.com/OpenGeoscience/geojs/pull/594#issuecomment-226821131)) and added a usage [example](https://opengeoscience.github.io/geojs/examples/polygons/) ([#594](../../pull/594))
|
|
494
|
+
- Added an [example](https://opengeoscience.github.io/geojs/examples/sld/) of customizing the style of WMS layers ([#595](../../pull/595))
|
|
495
|
+
- Added stroking to the polygon feature ([#597](../../pull/597))
|
|
480
496
|
|
|
481
497
|
### Bug fixes
|
|
482
|
-
- Fixed a bug in box selection with map rotation (#582)
|
|
483
|
-
- Fixed the `draw` method on GL and canvas features (#585)
|
|
484
|
-
- Fixed a rendering bug in GL line features (#597)
|
|
485
|
-
- Removed the [now unavailable](http://devblog.mapquest.com/2016/06/15/modernization-of-mapquest-results-in-changes-to-open-tile-access/) mapquest tile servers from the examples (#598)
|
|
498
|
+
- Fixed a bug in box selection with map rotation ([#582](../../pull/582))
|
|
499
|
+
- Fixed the `draw` method on GL and canvas features ([#585](../../pull/585))
|
|
500
|
+
- Fixed a rendering bug in GL line features ([#597](../../pull/597))
|
|
501
|
+
- Removed the [now unavailable](http://devblog.mapquest.com/2016/06/15/modernization-of-mapquest-results-in-changes-to-open-tile-access/) mapquest tile servers from the examples ([#598](../../pull/598))
|
|
486
502
|
|
|
487
503
|
## Version 0.9.1
|
|
488
504
|
|
|
489
505
|
### Changes
|
|
490
|
-
- Added a new [heatmap](https://opengeoscience.github.io/geojs/examples/heatmap/) feature (#557)
|
|
491
|
-
- Switched to [earcut](https://github.com/mapbox/earcut) for triangulating polygons (#555)
|
|
492
|
-
- Added methods on `geo.transform` to load EPSG projections from [epsg.io](http://epsg.io/) (#561)
|
|
493
|
-
- Recorded the git SHA at build time as `geo.sha` (#562)
|
|
494
|
-
- Made `tileLayer.tilesAtZoom` configurable to support rectangular images (#568)
|
|
495
|
-
- Added caching to proj4 transform objects (#570)
|
|
496
|
-
- Added jQuery to the distributed bundle (#572)
|
|
506
|
+
- Added a new [heatmap](https://opengeoscience.github.io/geojs/examples/heatmap/) feature ([#557](../../pull/557))
|
|
507
|
+
- Switched to [earcut](https://github.com/mapbox/earcut) for triangulating polygons ([#555](../../pull/555))
|
|
508
|
+
- Added methods on `geo.transform` to load EPSG projections from [epsg.io](http://epsg.io/) ([#561](../../pull/561))
|
|
509
|
+
- Recorded the git SHA at build time as `geo.sha` ([#562](../../pull/562))
|
|
510
|
+
- Made `tileLayer.tilesAtZoom` configurable to support rectangular images ([#568](../../pull/568))
|
|
511
|
+
- Added caching to proj4 transform objects ([#570](../../pull/570))
|
|
512
|
+
- Added jQuery to the distributed bundle ([#572](../../pull/572))
|
|
497
513
|
|
|
498
514
|
## Version 0.9.0
|
|
499
515
|
|