Éric Lemoine
65dea74427
Calculate pixelRatio before using it
...
This fixes a regression introduced by https://github.com/openlayers/ol3/commit/646dd18 where the device pixel ratio was used to determine the tile size even though serverType was not defined for the source.
2014-01-30 09:50:34 +01:00
Tom Payne
61ed9a106c
Merge pull request #1618 from twpayne/fix-select-interaction
...
Use event properties in ol.interaction.Select
2014-01-29 06:51:37 -08:00
Tom Payne
9c91cb4fe4
Use event properties in ol.interaction.Select
2014-01-29 15:40:53 +01:00
Tom Payne
21e960d6a5
Merge pull request #1613 from twpayne/select-interaction
...
Port ol.interaction.Select
2014-01-29 06:32:33 -08:00
Tom Payne
86a4cad37e
Merge pull request #1602 from twpayne/configurable-rotation-constraints
...
Configurable rotation constraints
2014-01-29 06:32:14 -08:00
Tom Payne
d4db171a3c
Merge pull request #1588 from twpayne/event-properties
...
Use properties, not get* methods, in events
2014-01-29 06:23:30 -08:00
Tom Payne
3196afb4c7
Add constrainRotation option to ol.View2D
2014-01-29 15:13:52 +01:00
Tom Payne
28d2d96fc7
Remove old ol.interaction.Select
2014-01-29 15:12:53 +01:00
Tom Payne
d36fcc1f69
Add select-features example
2014-01-29 15:12:53 +01:00
Tom Payne
2b71154bb2
Add ol.interaction.Select
2014-01-29 15:12:53 +01:00
Tom Payne
318fc68159
Convert ol.MapBrowserEvent#get* methods into properties
2014-01-29 14:51:27 +01:00
Bart van den Eijnden
73490be2b9
update README to mention the mailing list for asking questions
2014-01-29 10:56:36 +01:00
Tom Payne
4735f66934
Merge pull request #1612 from twpayne/fix-view2d-fit-extent
...
Ensure that entire extent is visible in ol.View2D#fitExtent
2014-01-28 11:24:12 -08:00
Tom Payne
6bc11142e8
Ensure that entire extent is visible in ol.View2D#fitExtent
2014-01-28 19:48:40 +01:00
Tom Payne
f0c1f03ae7
Merge pull request #1608 from twpayne/show-logo-in-simple-example
...
Show ol3 logo in simple example
2014-01-28 05:47:07 -08:00
Tom Payne
b674bfc55c
Show ol3 logo in simple example
2014-01-28 14:38:19 +01:00
Tom Payne
77b5790c54
Merge pull request #1607 from oterral/kml_crossorigin
...
Lets ol.style.Icon to define default values
2014-01-28 04:45:42 -08:00
oterral
63c321b980
Lets ol.style.Icon to define default values
2014-01-28 13:30:11 +01:00
Tom Payne
0ff229eb2c
Merge pull request #1604 from twpayne/olx-in-api-docs
...
Add olx.* namespaces for jsdoc
2014-01-27 08:11:16 -08:00
Tom Payne
60a34ca1ea
Add olx.* namespaces for jsdoc
2014-01-27 16:48:13 +01:00
Tom Payne
390b61762e
Convert ol.DrawEvent#getFeature method into feature property
2014-01-27 15:54:00 +01:00
Tom Payne
ec81a77cdb
Convert ol.source.VectorEvent#getFeature method into feature property
2014-01-27 15:54:00 +01:00
Tom Payne
df0912bdd3
Convert ol.render.Event#get* methods into properties
2014-01-27 15:54:00 +01:00
Tom Payne
37351c530c
Convert ol.ObjectEvent#getKey method into key property
2014-01-27 15:53:58 +01:00
Tom Payne
45350a34ed
Convert ol.interaction.DragAndDropEvent#get* methods into properties
2014-01-27 15:52:03 +01:00
Tom Payne
3d68a3550e
Convert ol.CollectionEvent#getElement method into element property
2014-01-27 15:52:03 +01:00
Bart van den Eijnden
1e52d30d59
Merge pull request #1220 from bartvde/control-target
...
shouldn't we allow to pass in target as string as well for controls? (r=@elemoine,@ahocevar)
2014-01-27 06:36:33 -08:00
Bart van den Eijnden
498d05a44c
remove question mark since all object properties are nullable by default
2014-01-27 15:22:25 +01:00
Bart van den Eijnden
2fc884a3d9
simplify the assignment of this.target_
2014-01-27 15:22:25 +01:00
Bart van den Eijnden
e6c4fd973a
allow target to be specified as a string for controls, update the documentation to make more clear what element and target are for
2014-01-27 15:22:25 +01:00
Tom Payne
07a717d967
Add enableRotation option to ol.View2D
2014-01-27 14:52:42 +01:00
Tom Payne
0a5ab24a0c
Add ol.RotationConstraint.disable
2014-01-27 14:49:08 +01:00
Tom Payne
5ff2fcacb8
Snap rotation when within 5 degrees instead of 0.1 radians
2014-01-27 14:39:40 +01:00
Éric Lemoine
b8b93d3349
Merge pull request #1595 from elemoine/icon-hit-detection
...
Hit detect circle points with no fill
2014-01-27 05:35:17 -08:00
Frédéric Junod
1b35d0afbb
Merge pull request #1599 from fredj/1525
...
Trigger a render when a control is added to the map
2014-01-27 04:49:40 -08:00
Frederic Junod
80bb95e553
Trigger a render in ol.Control#setMap
...
Closes #1525
2014-01-27 13:34:20 +01:00
Éric Lemoine
797b220b6c
Hit detect circle points with no fill
2014-01-24 17:39:57 +01:00
Tim Schaub
c372a5cc53
Merge pull request #1594 from legrostdg/master
...
Export ol.Map#getCoordinateFromPixel.
2014-01-24 07:31:22 -08:00
Félix Sipma
de2c8e9c8a
Export ol.Map#getCoordinateFromPixel
2014-01-24 15:18:43 +01:00
Frédéric Junod
acc974d664
Merge pull request #1587 from fredj/misc
...
Various ol.format.XSD and ol.format.KML cleanups
2014-01-23 07:50:13 -08:00
Frederic Junod
295d4fbaa3
Use ol.format.XSD.readDecimal in ol.format.KML
2014-01-23 16:35:39 +01:00
Frederic Junod
271caef342
Better ol.format.XSD.* documentation
2014-01-23 16:35:38 +01:00
Frederic Junod
64ccfdc805
Add exponent support in ol.format.XSD.readDecimal
2014-01-23 16:14:55 +01:00
Frederic Junod
7b09e04001
Rename ol.format.KML.readscale_ to ol.format.KML.readScale_
2014-01-23 16:14:55 +01:00
Frederic Junod
401acc77f3
Remove unneeded 'ms' param from Date.UTC function
2014-01-23 16:14:50 +01:00
Tom Payne
a56e3766ab
Merge pull request #1584 from twpayne/clean-up-example-data
...
Clean up example data
2014-01-23 06:10:31 -08:00
Frédéric Junod
f98beb473b
Merge pull request #1582 from fredj/kml-cleanup
...
Kml cleanup
2014-01-23 03:34:21 -08:00
Frederic Junod
9fe5eff865
Use ol.format.XSD.readBoolean in ol.format.KML
2014-01-23 10:55:02 +01:00
Frederic Junod
cb25267341
Add ol.format.XSD.readBoolean function
2014-01-23 10:54:40 +01:00
Frederic Junod
827ae44a5f
Use ol.format.XSD.readString in ol.format.KML
2014-01-23 10:43:47 +01:00