Bart van den Eijnden
796e7be623
Add preliminary read support for features
2014-02-24 15:25:53 +01:00
Tom Payne
f028befdf9
Merge pull request #1739 from twpayne/rotate-with-map
...
Allow icons to be rotated with the map
2014-02-24 13:06:48 +01:00
Antoine Abt
e213bccef7
Merge pull request #1740 from tonio/interaction_api
...
Editing interaction api cleanup
2014-02-24 08:46:49 +01:00
Tom Payne
3c32bbdce3
Document rotateWithView option
2014-02-21 14:32:15 +01:00
Antoine Abt
a971928bbe
Add features option to draw interaction
2014-02-21 13:41:07 +01:00
Antoine Abt
ec832bdf6e
Modify interaction takes style & features options
...
Instead of a FeatureOverlay
2014-02-21 12:35:30 +01:00
Tom Payne
1d2c88efb9
Merge pull request #1717 from twpayne/binary-format
...
Add ol.format.Binary
2014-02-21 12:27:13 +01:00
Antoine Abt
7cea6f3240
Make select interaction create its FeatureOverlay
...
You can now configure it with a `style` option.
2014-02-21 11:59:43 +01:00
Éric Lemoine
fe159aa7fa
Merge pull request #1726 from oterral/fix_anchororigin
...
Add anchorOrigin option in ol.style.Icon
2014-02-21 09:24:23 +01:00
oterral
0a6390fb21
Add anchorOrigin option in ol.style.Icon
2014-02-21 09:09:59 +01:00
Tim Schaub
8a9fdbdeb7
Merge pull request #1734 from tschaub/unused-types
...
Remove unused types from objectliterals.jsdoc.
2014-02-20 16:15:21 -07:00
Tim Schaub
4cc4c157fb
No WFS parser currently
2014-02-20 15:32:18 -07:00
Tom Payne
bf798ea766
Document tierSizeCalculation property
2014-02-20 19:28:43 +01:00
Antoine Abt
b6005fc834
Merge pull request #1725 from tonio/a11y-enhanced-zoomcontrol
...
Enhance controls accessibility
2014-02-20 17:15:12 +01:00
Antoine Abt
3e21ad6dd2
Wording in description
2014-02-20 16:47:34 +01:00
Antoine Abt
d52f62fb5a
Make Fullscreen control use <button> instead of <a>
2014-02-20 16:47:33 +01:00
Antoine Abt
b3abc166a4
Make zoomToExtent control use <button> instead of <a>
2014-02-19 09:34:04 +01:00
Antoine Abt
1a44fb2ff3
Make zoom control tip texts configurable
2014-02-18 15:25:58 +01:00
Tom Payne
e40b9adde0
Add binary support to ol.source.VectorFile
2014-02-17 17:44:28 +01:00
Frederic Junod
bef5b0debe
Minor api fixes
2014-02-17 14:25:34 +01:00
Tim Schaub
a549df459b
Merge pull request #1690 from tschaub/style
...
Accept a style option and provide setStyle and getStyle methods.
2014-02-14 13:44:15 -07:00
ahocevar
3cc1dad2e0
Make loading parameters configurable
2014-02-13 22:08:26 +01:00
Tim Schaub
10d5073732
Give the draw interaction a style option
2014-02-13 10:25:17 -07:00
Tim Schaub
6abb691224
Give feature overlays a style option
2014-02-13 10:25:16 -07:00
Tim Schaub
b309c44020
Give vector image source a style option
2014-02-13 10:25:16 -07:00
Tim Schaub
499ba4ac8f
Add a style option for vector layers
...
This can be a single ol.style.Style, and array of styles, or a style function.
2014-02-13 10:25:16 -07:00
Frederic Junod
4cb4ab89db
Use protocol relative URL for OSM tiles
2014-02-13 11:21:27 +01:00
Antoine Abt
0764ea99ee
Merge pull request #1654 from tonio/vector-api-modify
...
Add Modify Interaction
2014-02-11 16:59:43 +01:00
Tom Payne
e0765240a2
Merge branch 'ie-compat' of git://github.com/Intermedix/ol3 into Intermedix-ie-compat
2014-02-11 16:54:39 +01:00
Antoine Abt
f9b6eabfef
%s/render.FeaturesOverlay/FeatureOverlay/
2014-02-10 11:26:14 +01:00
Antoine Abt
0272659118
Remove useless style method
2014-02-10 11:26:14 +01:00
Antoine Abt
72675bf6ad
Make interaction ctor only have an option object
2014-02-10 11:26:13 +01:00
Antoine Abt
a1d20182fe
Make modify interaction use FeaturesOverlay
...
Instead of a whole map.
2014-02-07 14:52:58 +01:00
oterral
3155d681be
Add modify feature interaction and its example
2014-02-07 14:52:57 +01:00
Tom Payne
b901fba742
Allow ol.proj.Projection units option to be a string
2014-02-06 22:42:36 +01:00
Tom Payne
d4ebfac74a
Allow ol.source.{Image,Tile}WMS serverType option to be a string
2014-02-06 22:33:42 +01:00
Tom Payne
88c8783271
Allow ol.source.Source state option to be a string
2014-02-06 22:33:42 +01:00
Tom Payne
84fd853dc1
Allow ol.control.ScaleLine units option to be a string
2014-02-06 22:33:37 +01:00
Tom Payne
dc2bb57d18
Allow ol.Overlay positioning option to be a string
2014-02-06 22:33:32 +01:00
Tom Payne
41f193e8b9
Allow ol.Map renderer option to be a string
2014-02-06 19:26:15 +01:00
Éric Lemoine
261832c629
Merge pull request #1657 from elemoine/renderer
...
Do not expose both renderer and renderers options
2014-02-06 18:37:27 +01:00
Éric Lemoine
57f77bb444
Merge pull request #1638 from elemoine/featureoverlay
...
Rename ol.render.FeaturesOverlay to ol.FeatureOverlay
2014-02-06 18:00:09 +01:00
Éric Lemoine
09beba69ad
Remove the map renderers option
2014-02-06 16:56:15 +01:00
Tom Payne
f1276e86a1
Add projection option to ol.source.IGC
2014-02-06 16:48:42 +01:00
Austin Hyde
1215f58241
Add explicit text nodes to zoom in/out controls
...
IE < 9 does not support CSS content properties, so the +/- does not
get rendered. Instead, add the +/- as text nodes when creating the
DOM nodes for the control.
2014-02-05 10:31:15 -05:00
Tim Schaub
c038c0cb06
Merge pull request #1640 from tschaub/reproject
...
Use projection option instead of reprojectTo for vector file sources. The projection of the vector source represents the projection of the cached features.
2014-02-04 17:07:59 -08:00
Éric Lemoine
d40440e028
Change olx.render.FeaturesOverlayOptions to olx.FeatureOverlayOptions
2014-02-04 16:43:56 +01:00
Éric Lemoine
356f86d8f7
Use featureOverlay in select interaction
2014-02-04 16:43:26 +01:00
Éric Lemoine
10f03374f3
Rename ol.render.FeaturesOverlay to ol.FeatureOverlay
2014-02-04 16:30:15 +01:00
Éric Lemoine
0c99e0a2ff
Change keyboardEventTarget doc as requested by @probins
2014-02-04 15:52:40 +01:00