Tim Schaub
|
f5b9687479
|
Translate to image center before scale and rotation
Same treatment here as with the canvas replay.
|
2013-12-20 13:29:30 -07:00 |
|
Tim Schaub
|
c599c649ab
|
Translate to image anchor point, scale, rotate, translate back
|
2013-12-20 13:27:08 -07:00 |
|
Tom Payne
|
8d1f56a7cb
|
Export ol.render.FeaturesOverlay
|
2013-12-20 19:27:40 +01:00 |
|
Tom Payne
|
2407ee1db9
|
Add options object to ol.render.FeaturesOverlay constructor
|
2013-12-20 19:27:27 +01:00 |
|
Tom Payne
|
422966668d
|
Do not put property name on following line
Currently, bin/generate-exports.py will ignore properties whose name is
not on the same line as the @property directive.
|
2013-12-20 18:30:02 +01:00 |
|
Tom Payne
|
e183a2daf1
|
Don't rely on getResponseXml
|
2013-12-20 18:01:27 +01:00 |
|
Tom Payne
|
d68a88da26
|
Always return an array of features, even if no features are read
|
2013-12-20 17:53:46 +01:00 |
|
Tom Payne
|
1a78c17713
|
Merge pull request #1425 from twpayne/vector-api-kml-gx-track
[vector-api] KML gx:MultiTrack support
|
2013-12-20 08:27:01 -08:00 |
|
Tom Payne
|
31c2f79772
|
Merge pull request #1426 from twpayne/view2d-fit-empty-extent
[master] Don't attempt to fit views to empty extents
|
2013-12-20 08:26:40 -08:00 |
|
Éric Lemoine
|
0c39109b36
|
Merge pull request #1424 from elemoine/vector-api-dragzoom
[vector-api] Minor additions to dragzoom example
|
2013-12-20 08:07:44 -08:00 |
|
Éric Lemoine
|
a12bf20437
|
Merge pull request #1412 from fredj/vector-api-hidpi-cleanup
[vector-api] hidpi cleanup
|
2013-12-20 07:51:10 -08:00 |
|
Tom Payne
|
30736fbe88
|
Don't attempt to fit views to empty extents
|
2013-12-20 16:41:53 +01:00 |
|
Tom Payne
|
2b51d6af00
|
Add support for gx:MultiTrack elements
|
2013-12-20 16:40:53 +01:00 |
|
Tom Payne
|
0bf34a52ff
|
Add ol.geom.MultiLineString#setLineStrings
|
2013-12-20 16:33:26 +01:00 |
|
Éric Lemoine
|
0c047f094f
|
More description to dragzoom example
|
2013-12-20 16:05:53 +01:00 |
|
Éric Lemoine
|
f3948c8741
|
Show how to use a custom style for DragZoom
|
2013-12-20 15:54:24 +01:00 |
|
Éric Lemoine
|
72ea0a10fc
|
Use ol.interaction.defaults in dragzoom example
|
2013-12-20 15:54:13 +01:00 |
|
Antoine Abt
|
f93a404adf
|
Merge pull request #1422 from tonio/vector-api-dragbox
[vector-api] Refactor DragZoom
|
2013-12-20 06:32:34 -08:00 |
|
Antoine Abt
|
8354400e52
|
Add dragzoom example, configured with canvas renderer
|
2013-12-20 15:24:53 +01:00 |
|
Antoine Abt
|
c2330b9786
|
Remove DragZoom from default interactions
As it only works with canvas renderer.
|
2013-12-20 15:24:53 +01:00 |
|
Antoine Abt
|
adfe20dd12
|
Make DragBox interaction dispatch events
- boxstart/boxend events are dispatched,
- behavior is removed,
- geometry drawn by box render is a simple polygon instead of one with hole.
|
2013-12-20 15:24:53 +01:00 |
|
Antoine Abt
|
43b8a72e62
|
Add ol.DragBoxEvent
|
2013-12-20 15:24:52 +01:00 |
|
Tom Payne
|
bd247fa5d7
|
Add optional parsersNS object to extend
|
2013-12-20 15:18:52 +01:00 |
|
Tom Payne
|
6532d6e8f8
|
Merge pull request #1423 from twpayne/vector-api-null-geometries
[vector-api] Handle features with null geometries
|
2013-12-20 06:17:54 -08:00 |
|
Frédéric Junod
|
be55ea5f88
|
Merge pull request #1420 from fredj/vector-api-igc-extensions
[vector-api] Add ol.format.IGC#getExtensions
|
2013-12-20 06:02:28 -08:00 |
|
Tom Payne
|
8a7ae264e1
|
Handle feature's geometries changing to and from null in ol.source.Vector
|
2013-12-20 14:44:21 +01:00 |
|
Tom Payne
|
4b9451de81
|
Add extra assertion that feature's geometry is not null
|
2013-12-20 14:42:08 +01:00 |
|
Tom Payne
|
bc36c2a366
|
Don't attempt to render features will null geometries in ol.renderer.vector.renderFeature
|
2013-12-20 14:41:37 +01:00 |
|
Tom Payne
|
f0b14521a4
|
Don't attempt to render features will null geometries in ol.render.canvas.Immediate
|
2013-12-20 14:40:30 +01:00 |
|
Antoine Abt
|
0eb00ba86b
|
Remove dragbox.exports
|
2013-12-20 11:11:53 +01:00 |
|
Éric Lemoine
|
cf8adffdb2
|
Add style option to DragZoom interaction
|
2013-12-20 10:21:18 +01:00 |
|
Éric Lemoine
|
eb840777e8
|
Add style option to DragBox interaction
|
2013-12-20 10:21:18 +01:00 |
|
Éric Lemoine
|
18f9eeab12
|
No default style in ol.render.Box
|
2013-12-20 10:21:18 +01:00 |
|
Éric Lemoine
|
de329b02d3
|
Rename drag zoom interaction exports file
|
2013-12-20 10:21:18 +01:00 |
|
Éric Lemoine
|
0960584cfc
|
Make DragZoom interaction inherit from DragBox
|
2013-12-20 10:21:18 +01:00 |
|
Éric Lemoine
|
6b305cd146
|
Add ol.interaction.DragBox
|
2013-12-20 10:21:18 +01:00 |
|
Éric Lemoine
|
91a61f3152
|
ol.render.Box refactoring
|
2013-12-20 10:21:17 +01:00 |
|
Éric Lemoine
|
0724300685
|
Rename a property
|
2013-12-20 10:15:54 +01:00 |
|
Éric Lemoine
|
712f451179
|
Use better type
|
2013-12-20 10:15:54 +01:00 |
|
Éric Lemoine
|
0b6e1e91c0
|
ol.render.DragBox renamed to ol.render.Box
|
2013-12-20 10:15:54 +01:00 |
|
Frederic Junod
|
eaf6d7caef
|
Add ol.format.IGC#getExtensions
|
2013-12-20 09:08:08 +01:00 |
|
Tom Payne
|
e789d9a6fe
|
Merge pull request #1359 from twpayne/vector-api-polyline
[vector-api] Add ol.format.Polyline
|
2013-12-19 09:15:46 -08:00 |
|
Tobias Bieniek
|
432c6d8af3
|
Optimize encode
|
2013-12-19 18:14:10 +01:00 |
|
Tom Payne
|
7de4a9e2cb
|
Merge pull request #1368 from twpayne/vector-api-kml
[vector-api] ol.format.KML
|
2013-12-19 09:07:43 -08:00 |
|
Tom Payne
|
1a3218266c
|
Add drag-and-drop example
|
2013-12-19 17:54:13 +01:00 |
|
Tom Payne
|
5c517cde19
|
Add ol.interaction.DragAndDrop
|
2013-12-19 17:54:13 +01:00 |
|
Tom Payne
|
33bf2b746f
|
Add ol.format.KML#readName
|
2013-12-19 17:54:13 +01:00 |
|
Tom Payne
|
fd5924dd13
|
Add kml-earthquakes example
|
2013-12-19 17:54:12 +01:00 |
|
Antoine Abt
|
2eba705ccc
|
Merge pull request #1356 from tonio/vector-api-multiplegeom
[vector-api] add support for features with multiples geometries
|
2013-12-19 08:11:52 -08:00 |
|
Tom Payne
|
828c35d239
|
Use more interesting data in KML example
|
2013-12-19 17:00:38 +01:00 |
|