Frédéric Junod
9a83db1c85
Merge pull request #4110 from fredj/cleanup
...
Minor cleanups
2015-09-23 09:55:33 +02:00
Éric Lemoine
85498983c0
Merge pull request #4156 from elemoine/custom-interactions
...
Rename drag-features example to custom-interactions
2015-09-23 09:54:57 +02:00
Éric Lemoine
880be210a1
Rename drag-features example to custom-interactions
2015-09-23 09:16:29 +02:00
Frédéric Junod
7a38a8945c
Merge pull request #4150 from fredj/rm-goog.object.remove
...
Remove use of goog.object.remove
2015-09-23 09:01:02 +02:00
Tim Schaub
cdf6fe44d8
Merge pull request #4145 from tschaub/simplified-geom
...
API method for simplifying geometries.
2015-09-22 11:45:42 -06:00
Tim Schaub
483f567d26
Working Wikipedia links
2015-09-22 10:39:19 -06:00
Tim Schaub
436561d9dd
Make geom.simplify() exportable
2015-09-22 10:34:43 -06:00
Éric Lemoine
5162fda686
Merge pull request #4153 from elemoine/select-features
...
Add a "features" option to ol.interaction.Select
2015-09-22 17:53:39 +02:00
Tim Schaub
250e86e5f2
Update simplification docs
2015-09-22 09:49:42 -06:00
Éric Lemoine
0bc8858760
Add a "features" option to ol.interaction.Select
2015-09-22 17:02:14 +02:00
Éric Lemoine
0def9728bb
Merge pull request #4144 from elemoine/feature-animation
...
Set context.fillStyle to a string
2015-09-22 12:13:12 +02:00
Frederic Junod
b128675e60
Remove use of goog.object.remove
2015-09-22 12:08:09 +02:00
Frédéric Junod
9f57e57400
Merge pull request #4149 from fredj/no-is-empty
...
Remove use of goog.array.isEmpty
2015-09-22 12:07:45 +02:00
Frederic Junod
0d23ab44b3
Remove use of goog.array.isEmpty
2015-09-22 11:25:04 +02:00
Tobias Sauerwein
44b1c9da89
Merge pull request #4139 from tsauerwein/turf-jsts-example
...
Add turf.js and JSTS example
2015-09-22 08:47:45 +02:00
Tim Schaub
e81b68ce8b
API method for simplifying geometries
2015-09-21 14:20:16 -06:00
Éric Lemoine
167480bde6
context.fillStyle should be a string
...
The value we set context.fillStyle to should always be a string. This commit fixes a bug in circlestyle.js where we did set context.fillStyle to an array instead of a string.
2015-09-21 20:49:05 +02:00
Éric Lemoine
4f45bbc05d
ol.style.Stroke has no "opacity" option
2015-09-21 20:49:05 +02:00
tsauerwein
8a703640d0
Add example with turf.js
2015-09-21 13:44:17 +02:00
tsauerwein
a5626a0573
Add example with JSTS
2015-09-21 13:44:10 +02:00
Tobias Sauerwein
f65129850d
Merge pull request #4136 from marcjansen/fork-me
...
Fix the 'click-to-fork' link in contributer notes
2015-09-19 11:02:53 +09:00
Marc Jansen
851d7e065a
Fix the 'click-to-fork' link in contributer notes
2015-09-19 03:46:19 +02:00
Andreas Hocevar
37112e07b6
Merge pull request #4132 from tsauerwein/doc-lat-lon
...
Update quickstart tutorial
2015-09-19 08:23:21 +09:00
tsauerwein
263960aad1
Use ol.proj.fromLonLat
2015-09-18 16:42:19 +09:00
tsauerwein
b1f56c1e98
Fix lat/lon order
2015-09-18 16:35:44 +09:00
Marc Jansen
73b67f7a74
Merge pull request #4111 from marcjansen/text-default-fill
...
Use a blackish default for filling texts
2015-09-18 07:28:17 +09:00
Marc Jansen
80995159b1
Use a blackish default for filling texts
2015-09-17 16:52:59 +02:00
Frédéric Junod
bfa16529de
Merge pull request #4120 from kalbermattenm/featureoverlay
...
Remove invalid link to featureOverlay in API doc
2015-09-17 11:53:23 +02:00
Michael Kalbermatten
9543cc10dd
Remove invalid link to featureOverlay in API doc
2015-09-17 11:12:54 +02:00
Pierre GIRAUD
7896350fe4
Merge pull request #4117 from pgiraud/foreachfeatureatcoordinate_nosource
...
forEachFeatureAtPixel shouldn't fail if layer has no source
2015-09-16 13:53:02 +02:00
Pierre GIRAUD
badf14e0f1
forEachFeatureAtPixel shouldn't fail if layer has no source
2015-09-16 13:27:01 +02:00
Frederic Junod
139bcca26a
Use goog.array.forEach to unlisten the array of keys
2015-09-15 10:05:57 +02:00
Frederic Junod
a613420953
Don't use deprecated ol.Observable#unByKey function
2015-09-15 10:01:56 +02:00
Éric Lemoine
e88f06b70f
Merge pull request #4106 from elemoine/search-focus
...
Focus to search field on page load
2015-09-15 16:22:07 +09:00
Marc Jansen
da627dda4b
Merge pull request #4079 from marcjansen/mark-required-options
...
Automatically mark required options in API-docs
2015-09-15 16:13:36 +09:00
Frédéric Junod
059ee6eaa5
Merge pull request #4108 from fredj/touchAction_extern
...
Add missing CSSProperties.prototype.touchAction extern
2015-09-14 14:51:03 +02:00
Frederic Junod
8afa911eb5
Add missing CSSProperties.prototype.touchAction extern
2015-09-14 14:26:43 +02:00
Frédéric Junod
a6f16e58e5
Merge pull request #4107 from fredj/touchAction
...
Prevent page zoom on IE Edge
2015-09-14 13:54:49 +02:00
Frederic Junod
758118e00d
Prevent page zoom on IE Edge
...
The deprecated msTouchAction property was removed in IE Edge.
2015-09-14 13:38:35 +02:00
Éric Lemoine
1bebf55d30
Focus to search field on page load
...
This uses the "autofocus" on the search field to focus the search field on page load.
2015-09-14 09:15:12 +02:00
Marc Jansen
32c776ba9f
Merge pull request #3969 from samuellapointe/MouseZoomSimple
...
Add an option to use the mouse's location as an anchor when zooming
2015-09-12 08:57:22 +02:00
Samuel Lapointe
c2c4dbfc32
Add a zoom setting to MouseWheelZoomInteraction
...
By default, zooming in or out zooms using the mouse's location
as an anchor, which makes it possible to navigate the map
using scrolling only, and makes zooming in more intuitive.
This commit adds a new useAnchor option to the MouseWheelZoom
interaction. It is enabled by default, which changes nothing
to the current behavior of the interaction. When disabled,
the interaction stops registering its lastAnchor_ value. This
turns the zoom into a very basic one, that zooms to the center
of the screen.
To use the map center zoom, set the useAnchor option to
false when creating the MouseWheelZoomInteraction, or use its
setMouseAnchor function.
2015-09-11 16:20:10 -04:00
Éric Lemoine
b2566cb64c
Merge pull request #4101 from elemoine/release-v3.9.0
...
Release v3.9.0
2015-09-10 10:57:13 +02:00
Éric Lemoine
dedf0a5d63
Update package version to 3.9.0
v3.9.0
2015-09-10 10:45:01 +02:00
Éric Lemoine
41bb512952
Changelog for v3.9.0
2015-09-10 10:44:20 +02:00
Éric Lemoine
a1da682722
Merge pull request #4055 from fgravin/graticulePerf
...
Improve graticule perf
2015-09-10 09:31:10 +02:00
Frédéric Junod
6da7cf3f84
Merge pull request #4088 from fredj/update_jshint
...
Update jshint to v2.8.0
2015-09-10 09:28:07 +02:00
Pierre GIRAUD
216be8a673
Merge pull request #4089 from pgiraud/select_interaction
...
SelectEventType in ol.interaction namespace
2015-09-10 09:24:54 +02:00
Tim Schaub
411419e45f
Merge pull request #4095 from tschaub/drag-zoom
...
Zoom to the extent of the drag box.
2015-09-09 11:21:49 -06:00
Tim Schaub
6617bdd57f
Drag zoom interaction tests
2015-09-09 10:49:08 -06:00