Frédéric Junod
2c0d876720
Merge pull request #6357 from fredj/geojson_externs
...
Fix GeoJSONCRSCode definition
2017-01-13 09:07:49 +01:00
Frédéric Junod
cab7775151
Merge pull request #6362 from fredj/cleanup
...
Remove empty file
2017-01-12 16:22:59 +01:00
Andreas Hocevar
08ed00dfb0
Merge pull request #6358 from ahocevar/canvas-moveto
...
Ensure polygons without stroke are fully filled
2017-01-12 16:22:07 +01:00
Frederic Junod
ca144c26b0
Remove empty file
2017-01-12 16:11:55 +01:00
Frédéric Junod
0e8fe23ed7
Merge pull request #6356 from probins/patch-2
...
Bring custom builds tutorial up to date
2017-01-12 16:06:17 +01:00
Andreas Hocevar
0d731bf66d
Merge pull request #6359 from ahocevar/overlaps-fill
...
When applying a pending fill, also apply a pending stroke
2017-01-12 14:40:11 +01:00
Frédéric Junod
66ef6ecd20
Merge pull request #6360 from openlayers/rm_ol.array.flatten
...
Remove ol.array.flatten function
2017-01-12 10:59:13 +01:00
Frederic Junod
d8c5e81675
Remove unused ol.array.flatten function
2017-01-12 10:39:19 +01:00
Frederic Junod
ed79048528
Use ol.geom.flat.deflate.coordinates to flatten array
2017-01-12 10:39:19 +01:00
Frederic Junod
a2f99f8e39
Correct spelling
2017-01-12 10:26:06 +01:00
Andreas Hocevar
3c751cad69
Merge pull request #6353 from tchandelle/doc-anchor
...
API doc : add highlight style to the active anchor
2017-01-11 20:38:01 +01:00
Andreas Hocevar
7b232700d5
When applying a pending fill, also apply a pending stroke
2017-01-11 18:32:58 +01:00
Andreas Hocevar
a671687133
Allow replaying with null transform
2017-01-11 17:46:28 +01:00
Andreas Hocevar
2296ca3942
Do not skip moveTo calls after fill
2017-01-11 17:38:31 +01:00
Frederic Junod
87b137ab7c
Fix GeoJSONCRSCode definition
...
The `code` property is on `GeoJSONCRSCode` not `GeoJSONCRSName`.
http://geojson.org/geojson-spec.html#named-crs
2017-01-11 13:42:33 +01:00
Andreas Hocevar
c09c7ef3e2
Merge pull request #6355 from ahocevar/remove-test-geojson
...
Remove test.geojson which was accidently committed in 57342a6
2017-01-11 13:30:55 +01:00
Andreas Hocevar
7604fe8aca
Remove test.geojson which was accidently committed in 57342a6
2017-01-11 13:29:39 +01:00
Peter Robins
07ebcb126f
Bring custom builds tutorial up to date
2017-01-11 12:27:14 +00:00
Thomas Chandelle
5938db1459
Set highlight style to the active anchor
2017-01-11 13:13:04 +01:00
Andreas Hocevar
98f26a465a
Merge pull request #6349 from ahocevar/icon-color-cors
...
Better documentation for icon-color example
2017-01-11 12:20:52 +01:00
Andreas Hocevar
0d8f0ac5fa
Merge pull request #6351 from tchandelle/translate
...
Only consider pointerdown event if the last pointerup has been emitted
2017-01-11 11:18:23 +01:00
Andreas Hocevar
57342a6912
Better documentation for icon-color example
2017-01-11 10:29:00 +01:00
Thomas Chandelle
dec39151a0
Consider pointerdown only if the last pointerup has been emitted
2017-01-11 10:21:21 +01:00
Andreas Hocevar
0bf94a35a4
Merge pull request #6345 from giohappy/wms_getmap_rounding
...
Mitigate rounding errors in GetMap width/height calculation
2017-01-11 00:12:58 +01:00
giohappy
d0e97df348
Mitigate rounding errors in GetMap widht/height calculation
...
Revert to Math.ceil and calculate extent from round image sizes
Fix regression: test view extent against real extent, then apply ratio
remove trailing spaces
2017-01-10 23:10:59 +01:00
Andreas Hocevar
bb29102e73
Merge pull request #6344 from ahocevar/chrome-antialias
...
No special raster reprojection handling for Chrome
2017-01-10 15:10:56 +01:00
Andreas Hocevar
9a1adc43cd
No special raster reprojection handling for Chrome
2017-01-10 14:12:07 +01:00
Frédéric Junod
76f63c8162
Merge pull request #6339 from fredj/cleanup
...
Code cleanup
2017-01-10 10:34:04 +01:00
Frederic Junod
5632084441
Remove 'analyzerChecks' from jscomp_off compiler option
2017-01-10 08:58:15 +01:00
Frederic Junod
22498991ab
Remove unused private function
2017-01-10 08:51:41 +01:00
Frederic Junod
01e161e19f
Remove unused private variable
2017-01-10 08:50:39 +01:00
Frederic Junod
6e4aa39e9d
Add curly braces in type annotation
2017-01-10 08:49:11 +01:00
Andreas Hocevar
39bc701c25
Merge pull request #6337 from tchandelle/drag-box-constraint
...
Constrain center in DragZoom interaction
2017-01-09 15:43:00 +01:00
Frédéric Junod
30ed3e3ba5
Merge pull request #6336 from fredj/rm_getExtensions
...
Remove unused ol.format.Feature.getExtensions function
2017-01-09 10:09:00 +01:00
Andreas Hocevar
d53e971d51
Merge pull request #6333 from ahocevar/thunderforest-apikey
...
Use API key for Thunderforest resources
2017-01-09 09:51:46 +01:00
Thomas Chandelle
f5785549ae
Constrain center in DragZoom interaction
2017-01-09 09:05:51 +01:00
Frederic Junod
4bef3f3f19
Remove unused ol.format.Feature.getExtensions function
2017-01-09 08:36:11 +01:00
Frédéric Junod
1692a19c3b
Merge pull request #6300 from fredj/hidpi_ImageArcGISRest
...
Add missing hidpi option for ol.source.ImageArcGISRest
2017-01-09 08:28:50 +01:00
Andreas Hocevar
dcf8f0ed6a
Merge pull request #6109 from NaveenKY/patch-1
...
Export Map as PNG (IE issue)
2017-01-08 18:37:49 +01:00
Andreas Hocevar
2857a194ff
Merge pull request #6332 from tchandelle/zoom-constrain-extent
...
Constrain the center in zoomByDelta
2017-01-06 16:04:25 +01:00
Thomas Chandelle
7f1f3fd6fe
Constraint center when using trackpad to zoom
2017-01-06 15:28:38 +01:00
Andreas Hocevar
5236665718
Use API key for Thunderforest resources
2017-01-06 15:07:58 +01:00
Thomas Chandelle
395d833dd6
Constrain the center in zoomByDelta
2017-01-06 09:31:00 +01:00
Andreas Hocevar
23960d086d
Merge pull request #6331 from tchandelle/unused-map
...
Remove unused map parameter from ol.interaction.Interaction
2017-01-05 17:13:35 +01:00
Thomas Chandelle
8956a492eb
Remove unused map parameter from several interaction methods
2017-01-05 15:34:47 +01:00
Andreas Hocevar
b5af8e4783
Merge pull request #6326 from tchandelle/lineDashOffset2
...
Add lineDashOffset to stroke style
2017-01-05 13:22:08 +01:00
Andreas Hocevar
6c1f152ab4
Merge pull request #6328 from quentin-ol/master
...
ol.geom.polygon documentation update on the coordinates format
2017-01-04 22:29:27 +01:00
Tim Schaub
58229ba1f7
Merge pull request #6324 from tschaub/pinched
...
Ensure resolution stays in range when pinching
2017-01-04 11:11:15 -07:00
Bart van den Eijnden
6498dc71b9
Merge pull request #6329 from thomasmoelhave/fixExample
...
Fix WMTS theme location for sea-levels layer
2017-01-04 16:28:42 +01:00
Quentin Lampin
b44be59938
ol.geom.polygon documentation update: linear rings rules
2017-01-04 15:48:04 +01:00