Tobias Sauerwein
aa67078d74
Merge pull request #3135 from tsauerwein/control-label
...
Make changing the label of ZoomToExtent/FullScreen control consistent
2015-01-29 15:03:53 +01:00
Bart van den Eijnden
0243ce6612
Fix up parsing of OGR GML with ol.format.GML
2015-01-29 11:40:30 +01:00
Frédéric Junod
3abcbcf377
Merge pull request #3186 from fredj/clip-pixel-ratio
...
Take the pixel ratio into account when clipping the layer
2015-01-28 21:29:48 +01:00
Éric Lemoine
5c9e099628
Merge pull request #3183 from htulipe/switch-mode-fix
...
Allow other params than 'mode' in example page query string.
2015-01-28 16:03:25 +01:00
Frederic Junod
cb69cecf03
Take the pixel ratio into account when clipping the layer
2015-01-28 14:21:50 +01:00
Frédéric Junod
2ad93b9e86
Merge pull request #2791 from fredj/rotate-css-transition
...
Re enable rotation button transition
2015-01-28 09:18:50 +01:00
Frederic Junod
aa23a7bce5
Re enable rotation button transition
...
The opacity transition was broken with #2782
2015-01-28 09:09:01 +01:00
htulipe
f0608f6fed
Allow other params than 'mode' in example query string.
...
Currently, if other params are present at the beginning of the query string,
the mode switcher will not work.
This situation can occur when a search criteria was entered in the examples
index page. That criteria will be passed along to the example page via a query
param.
2015-01-27 21:52:38 +01:00
Bart van den Eijnden
798399101f
Merge pull request #3180 from bartvde/featureoverlay-getmap
...
Add a getMap function to ol.FeatureOverlay (r=@ahocevar)
2015-01-27 20:07:25 +01:00
Bart van den Eijnden
bc5f81cfa0
Add a getMap function to ol.FeatureOverlay
2015-01-27 19:54:34 +01:00
Frederic Junod
fc3c808209
Disallowed undefined 'minResolution' value
2015-01-27 18:07:42 +01:00
Frederic Junod
1d6f7e9504
Disallowed undefined 'maxResolution' value
2015-01-27 18:07:42 +01:00
Frederic Junod
60ea87fdfb
Disallowed undefined 'saturation' value
2015-01-27 18:07:42 +01:00
Frederic Junod
caa8428990
Disallowed undefined 'contrast' value
2015-01-27 18:07:42 +01:00
Frederic Junod
007ad2c58f
Disallowed undefined 'brightness' value
2015-01-27 18:07:42 +01:00
Frederic Junod
663f18cd29
Disallowed undefined 'opacity' value
2015-01-27 18:07:42 +01:00
Frederic Junod
e25cb30e5f
Disallowed undefined 'hue' value
2015-01-27 18:07:42 +01:00
Frederic Junod
c7dbd4a303
Disallowed undefined 'visible' value
2015-01-27 18:07:42 +01:00
Frédéric Junod
43f84e798f
Merge pull request #3176 from fredj/undefined-rotation
...
Disallowed undefined rotation value
2015-01-27 17:11:26 +01:00
Frederic Junod
d640accdc8
More precise ol.format.GeoJSON.readGeometry_ param type
2015-01-27 12:21:11 +01:00
Frederic Junod
f1c0072bd0
More precise olx.source.GeoJSONOptions#object type
2015-01-27 12:06:03 +01:00
Frederic Junod
d219a8ef22
Remove GeoJSONObject extends from GeoJSONLink
...
Otherwise CRS object may have a `boox` or a `crs` property
2015-01-27 11:30:24 +01:00
Frederic Junod
3fbe9265da
Remove GeoJSONObject extends from GeoJSONCRS
...
Otherwise CRS object may have a `boox` or a `crs` property
2015-01-27 11:26:06 +01:00
Frederic Junod
ad65989d28
Move bbox property to GeoJSONObject
...
See http://geojson.org/geojson-spec.html#geojson-objects :
"A GeoJSON object may have a "bbox" member [...]"
2015-01-27 11:18:13 +01:00
Tobias Sauerwein
9d5f7c1eb4
Merge pull request #3177 from tsauerwein/style-polygons
...
Add example showing how to style polygon vertices
2015-01-27 10:18:55 +01:00
tsauerwein
48cf51a7ca
Add example for polygon vertices styling
2015-01-27 10:02:28 +01:00
Frederic Junod
829a0ca224
Disallowed undefined rotation value
2015-01-27 09:26:51 +01:00
Frédéric Junod
5c9b17a3b2
Merge pull request #3174 from fredj/view-getState
...
Use view.getRotation or view.getResolution instead of view.getState
2015-01-26 17:14:38 +01:00
Frederic Junod
915df000ab
Use view.getRotation instead of view.getState
2015-01-26 13:39:49 +01:00
Frederic Junod
247d8668d1
Use view.getResolution instead of view.getState
2015-01-26 13:39:49 +01:00
Frederic Junod
7c7a4c2b7a
Use view.getRotation instead of view.getState
2015-01-26 13:39:49 +01:00
Frédéric Junod
8e161a077f
Merge pull request #3170 from fredj/coding-style
...
Coding style
2015-01-26 13:39:02 +01:00
Frederic Junod
7885ad6ae7
Remove unnecessary newlines
2015-01-26 10:33:00 +01:00
Frederic Junod
98f7b5f186
Mark projection property as constant
2015-01-26 10:20:21 +01:00
Frederic Junod
72b2182219
Add missing projection property in olx.ViewState
2015-01-26 09:51:53 +01:00
Frederic Junod
eb7041c71d
Simplify ternary operator condition
2015-01-26 09:51:53 +01:00
oterral
65fe82d188
Fix default icon style in kml format
2015-01-26 09:46:48 +01:00
Tobias Sauerwein
90a5997c22
Merge pull request #3108 from tsauerwein/webgl-point-skipFeatures
...
Support skipping features in the WebGL renderer
2015-01-23 08:56:39 +01:00
Frédéric Junod
fd5a3ce7b4
Merge pull request #3163 from fredj/webglmaprenderer-layerStatesArray
...
Use the layerStatesArray property from the frameState
2015-01-23 07:27:38 +01:00
Frederic Junod
948a1f1321
Use the layerStatesArray property from the frameState
2015-01-22 17:36:26 +01:00
Frédéric Junod
edc6746545
Merge pull request #3159 from fredj/heatmap-constr
...
Don't pass specific options to the parent constructor
2015-01-22 14:55:55 +01:00
3x0dv5
6ceef2b0cc
Doc fix. writeFeaturesNode receives an array of Feature
2015-01-22 11:21:02 +00:00
Frederic Junod
f3bafab1e6
Don't pass specific options to the parent constructor
2015-01-22 11:30:20 +01:00
tsauerwein
316480dcda
Rename argument
2015-01-22 10:24:59 +01:00
tsauerwein
a39544cce0
Implement skipping features for hasFeatureAtPixel
2015-01-22 10:24:59 +01:00
tsauerwein
cf9619f378
Implement skipping features for 1by1 hit detection
2015-01-22 10:24:59 +01:00
tsauerwein
c4ee074274
Implement skipping features for drawReplay
2015-01-22 10:24:59 +01:00
Tobias Sauerwein
1702a4ed36
Merge pull request #3066 from tsauerwein/webgl-point-hasFeatureAtPixel
...
Introduce hasFeatureAtPixel
2015-01-22 10:20:00 +01:00
Tobias Sauerwein
53f98dcf4e
Merge pull request #3065 from tsauerwein/webgl-point-hit-detection
...
Add hit-detection support for WebGL
2015-01-22 10:19:37 +01:00
Éric Lemoine
f625a29978
Merge pull request #3128 from oterral/kml_default_style
...
Allow rendering of feature when download of icon failed
2015-01-21 15:08:02 +01:00