Tobias Bieniek
06bd07ff8d
EncodedPolyline: Added write() method
2012-12-28 20:24:57 +01:00
Tobias Bieniek
69d759635f
WKT: Removed unused variables from write() method
2012-12-28 19:30:50 +01:00
Tobias Bieniek
60a02e343b
WKT: Added APIMethod keywords to documentation
2012-12-28 19:30:47 +01:00
Tobias Bieniek
06409da72e
EncodedPolyline: Added APIMethod keywords to documentation
2012-12-28 19:14:30 +01:00
Tobias Bieniek
510d42b12f
EncodedPolyline: Added encode() method
...
The write() method will follow in the next commit.
2012-12-28 01:31:24 +01:00
Tobias Bieniek
8651e05e75
EncodedPolyline: Allow setting geometryType to "point
2012-12-27 23:19:44 +01:00
Tobias Bieniek
c118d9884d
EncodedPolyline: Extracted universal decode(encoded, dims) method
2012-12-27 23:09:08 +01:00
Tobias Bieniek
2c5d4c75d4
EncodedPolyline: Merged duplicate code in read() method
...
This patch also prepares the code for making it possible to read encoded
strings with multi-dimensional points.
2012-12-27 23:09:08 +01:00
Tobias Bieniek
aedafc0336
EncodedPolyline: Added geometryType attribute
...
This makes it possible to read polygons or multipoints too. Since the
encoded format is just a list of points the reader needs to be told what
Feature to create from the encoded list.
The example code is edited to reflect that API extension.
2012-12-27 23:09:08 +01:00
Christopher Eykamp
49ff1b44ea
Whitespace
2012-12-27 15:43:33 +01:00
Christopher Eykamp
16981a8afa
Remove unneeded files
2012-12-27 15:38:01 +01:00
Christopher Eykamp
0e9691c628
Remove unused readers
2012-12-27 14:40:28 +01:00
Christopher Eykamp
be7c55f432
Added full suite of wcs 1.1.0 tests, all are passing
2012-12-27 14:28:46 +01:00
Christopher Eykamp
a8f1c76811
Whitespace
2012-12-27 13:48:38 +01:00
Christopher Eykamp
5a19c74604
Whitespace
2012-12-27 13:47:37 +01:00
Christopher Eykamp
809ecb1155
Remove uneeded readers from WCS 1.0.0
2012-12-27 13:47:16 +01:00
Christopher Eykamp
b6c2c26580
WCS parsing working properly, but needs more tests; moved errorProperty down to parser, where it arguably belongs, and where it has to live to work with WCS. Also removed null error property on versionedOGC.
2012-12-27 13:29:02 +01:00
Tobias Bieniek
63a9567858
Format: Added EncodedPolyline class
...
This class is able to convert an encoded polyline string into a LineString embedded in a Vector Feature.
See https://developers.google.com/maps/documentation/utilities/polylinealgorithm for more information.
2012-12-26 18:25:04 +01:00
Christopher Eykamp
8ff05cdeac
WCS 1.1.0 parsing correctlyy; error property still not correctly set so parsing reports errors.
2012-12-24 18:19:42 +01:00
ahocevar
4b2e80fa36
Merge pull request #805 from mosesonline/unselectAllFix
...
unselectAll on removing layer fix
2012-12-24 06:17:04 -08:00
ahocevar
07e039b566
Merge pull request #803 from ahocevar/tween-framerate
...
Tween: skip frames when minimum frame rate is not reached. r=@bartvde
2012-12-24 06:11:11 -08:00
Bart van den Eijnden
2dfc23e217
Merge pull request #806 from eykamp/master
...
Identify and fix bug with WFS 1.1.0 (r=@bartvde,@ahocevar)
2012-12-24 05:35:14 -08:00
ahocevar
1b2003a2b4
Recovering from merge conflicts
2012-12-23 19:18:26 +01:00
ahocevar
21448d2fd5
Adding animated zooming
2012-12-23 18:47:03 +01:00
ahocevar
afe53aba7d
Put backbuffer below all layers, except when panning
2012-12-23 18:34:55 +01:00
ahocevar
0b8deb11a2
Revert "No backbuffer removal delay needed with 3d enabled"
...
This reverts commit 7e8271525ed52288092a135b1c65eed4849c8e49.
2012-12-23 18:34:55 +01:00
ahocevar
a309b24053
Only use 3d transforms when stylesheet has transform on layerContainerDiv
...
This allows users to control whether 3d acceleration should be used or not:
Just like with plain web pages, having a stylesheet that sets a transform
on the map's layerContainerDiv will make OpenLayers use translate3d and
scale3d. When no such transform is set in the stylesheet, style.left and
style.top will be used, except for e.g. pinch zoom, where scaling is
needed.
2012-12-23 18:34:54 +01:00
ahocevar
c03f1dc9bf
Own applyTransform method is no longer needed
2012-12-23 18:34:53 +01:00
ahocevar
3ab9a1f63b
No closure, to make testing easier
2012-12-23 18:34:52 +01:00
ahocevar
f51211e93f
No magic for loadend delay
...
This change reintroduces the removeBackBufferDelay, and documents exactly
what it does and when it may be useful.
2012-12-23 18:34:52 +01:00
ahocevar
1764bbdd18
Giving the last tile time to render
...
The loadend event of an image is fired before the image is rendered. For
standard 256x256 tiles, this does not matter. But for singleTile layers on
large screens, rendering time needs to be considered. So we add a delay
that depends on the tile size. TODO: make the denominator configurable.
2012-12-23 18:34:52 +01:00
ahocevar
a02163f01d
No backbuffer removal delay needed with 3d enabled
2012-12-23 18:34:52 +01:00
ahocevar
eb65336fa9
Adding docs, removing console.log
2012-12-23 18:32:27 +01:00
ahocevar
44f28f8791
Use translate3d and translate where available.
2012-12-23 18:32:26 +01:00
ahocevar
1081fc4b54
Better mousewheel/touchpad behavior for zooming
...
The navigation control gets better defaults, and the MouseWheel handler
gets a new maxDelta option, which can be used to avoid huge zoom level
jumps on heavy wheel/pad movements.
2012-12-23 18:01:17 +01:00
ahocevar
efd2de870a
Recovering from merge conflicts
2012-12-23 17:24:20 +01:00
ahocevar
64177a52ec
Enable fade-in for tiles from cache when we have a backbuffer
2012-12-23 17:00:47 +01:00
ahocevar
a02e08ad2a
New beforeload event and slightly changed loading sequence
...
Having the TileManager remove an image from the DOM, then setting the
cached image, and then having to position it felt a bit awkward. With the
new beforeload event, the setImage method and putting renderTile before
positionTile, providing the cached image feels way more natural.
2012-12-23 17:00:46 +01:00
ahocevar
64df7e3d04
Remove images from dom when replacing them with cached images
2012-12-23 17:00:46 +01:00
ahocevar
faa0e60b99
512 tiles is too much for some mobile browsers
2012-12-23 17:00:46 +01:00
ahocevar
c0913668d3
moveTimerId is no longer used
2012-12-23 17:00:45 +01:00
ahocevar
273657a6ab
Adding API docs for the tileManager property
2012-12-23 17:00:45 +01:00
ahocevar
781f2ac73d
Configure maps with TileManger instances (and not the other way around)
...
This resolves issues with destroying caches on window unload, and makes
cache sharing among maps less confusing to configure.
2012-12-23 17:00:45 +01:00
ahocevar
9609bb1449
Adding destroy method, as suggested by @bartvde
2012-12-23 17:00:45 +01:00
ahocevar
80fa251649
New TileManager
...
This removes all tile queueing/loading specific code from Layer.Grid
and creates a new class that manages tile loading and caching.
2012-12-23 17:00:45 +01:00
ahocevar
2ee362a79b
New tile image cache and tile queue improvements
...
We now reuse tile images by maintaining a cache of image elements with a
simplified LRU expiry policy (by order, not by timestamp). The tile queue
is bypassed for images that are available in the cache, so they can be
rendered immediately. And the tile queue itself loads more than just one
image at a time now (2 per layer url).
2012-12-23 16:57:24 +01:00
ahocevar
9759902dac
Fixing API; addressing @mpriour's doc comment
...
Previously, minFrameRate could not be set as option with the start method.
The tests failed to catch this flaw. Now both the start method and the
tests are fixed.
2012-12-21 21:24:04 +01:00
Christopher Eykamp
d0986de775
WCS 1.0.0 parsing now passing all tests
2012-12-21 18:51:39 +01:00
Christopher Eykamp
5c07ae47bb
WCS testing more-or-less working, many tests failing, as expected
2012-12-21 13:15:01 +01:00
ahocevar
810d9ea95d
Fixing line breaks.
2012-12-21 13:10:26 +01:00