Bruno Binet
|
837aa7512b
|
Merge pull request #342 from bbinet/wmts
Add WMTS support.
|
2013-03-11 08:05:25 -07:00 |
|
ahocevar
|
a66f26f839
|
Merge branch 'master' of github.com:openlayers/ol3 into vector
|
2013-03-11 15:21:01 +01:00 |
|
Bruno Binet
|
8638f6d502
|
s/meters_per_unit/metersPerUnit/
|
2013-03-11 15:05:53 +01:00 |
|
Tom Payne
|
58f1c929ac
|
Merge pull request #324 from twpayne/fix-canvas-renderer-clear
Canvas renderer is not properly cleared
|
2013-03-11 05:08:54 -07:00 |
|
Bruno Binet
|
9e370bf6af
|
Implement ol.source.WMTS.optionsFromCapabilities
and remove related ol.source.WMTS.createFromCapabilities function.
|
2013-03-11 12:42:14 +01:00 |
|
Frédéric Junod
|
5a70221e4b
|
Merge pull request #306 from fredj/geolocation
Activate / deactivate geolocation
|
2013-03-11 04:04:04 -07:00 |
|
Bruno Binet
|
c67e67ee12
|
Single tileUrlFunction in createFromTileUrlFunctions
In that case, simply return the single tileUrlFunction.
|
2013-03-11 11:29:40 +01:00 |
|
Bruno Binet
|
b4cbe0609a
|
Add missing exports
so that wmts-from-capabilities example works.
|
2013-03-11 10:42:38 +01:00 |
|
Bruno Binet
|
13d0b36a08
|
Add a ol.source.WMTS.createFromCapabilities function
so that we can create a wmts source directly from a getCapabilities response
(parsed by the wmts parser)
|
2013-03-11 10:42:37 +01:00 |
|
Bruno Binet
|
dc440a6604
|
Ensure supportedCRS property won't be renamed
this property was renamed when using wmts parser when built with
ADVANCED_OPTIMIZATIONS
|
2013-03-11 10:42:37 +01:00 |
|
Bruno Binet
|
0f9f5a25ae
|
Export methods methods for ol.Extent
so that wmts example work (it makes use of extent.getTopLeft() method)
|
2013-03-11 10:42:37 +01:00 |
|
Bruno Binet
|
877ce3adcf
|
Add a WMTS source
|
2013-03-11 10:42:37 +01:00 |
|
Bruno Binet
|
6d78a8340a
|
Add a WMTS tilegrid
|
2013-03-11 10:42:37 +01:00 |
|
Frederic Junod
|
97867738f8
|
Add new tracking and tracking_options property
|
2013-03-11 09:02:52 +01:00 |
|
Éric Lemoine
|
56f86ae512
|
Fix SingleImageWMS exports/externs
|
2013-03-11 08:31:32 +01:00 |
|
Éric Lemoine
|
cee2725afd
|
Fix Stamen exports/externs
|
2013-03-11 08:31:32 +01:00 |
|
Éric Lemoine
|
0459733883
|
Fix StaticImage exports/externs
|
2013-03-11 08:31:32 +01:00 |
|
Éric Lemoine
|
f1949191b1
|
Fix TiledWMS exports/externs
|
2013-03-11 08:31:31 +01:00 |
|
Éric Lemoine
|
8121fda6fb
|
Fix TileJSON exports/externs
|
2013-03-11 08:31:03 +01:00 |
|
Éric Lemoine
|
5ad6ca3aa1
|
Fix BingMaps exports/externs
|
2013-03-11 08:31:03 +01:00 |
|
Tobias Bieniek
|
8a34eaa4a4
|
polyline: Removed extra space in encodeFloats() function
|
2013-03-10 20:46:29 +01:00 |
|
Tobias Bieniek
|
6f08122398
|
polyline: Used new *Deltas() functions in *FlatCoordinates()
|
2013-03-10 20:45:12 +01:00 |
|
Tobias Bieniek
|
aef15947c8
|
polyline: Added encode/decodeDeltas() functions
|
2013-03-10 20:44:34 +01:00 |
|
Tobias Bieniek
|
02707401a3
|
polyline: Added encode/decodeFloats() functions
|
2013-03-10 20:04:54 +01:00 |
|
Tobias Bieniek
|
cbdaf1035d
|
polyline: Added encode/decodeSignedIntegers() functions
|
2013-03-10 19:05:14 +01:00 |
|
Tobias Bieniek
|
78278798bb
|
polyline: Added encode/decodeUnsignedIntegers() functions
|
2013-03-10 18:48:49 +01:00 |
|
Tobias Bieniek
|
395942fe8c
|
polyline: Only declare i variable once
Javascript only has function-wide scoping...
|
2013-03-10 16:33:44 +01:00 |
|
Tobias Bieniek
|
8bf6627354
|
polyline: Renamed variables to camelCase convention
|
2013-03-10 16:28:29 +01:00 |
|
Tobias Bieniek
|
76fc372a14
|
polyline: Added missing parenthesis for one-line statements
|
2013-03-10 16:24:30 +01:00 |
|
Tom Payne
|
505c607ccb
|
Use snapCenterToPixel in DOM renderer
|
2013-03-10 16:14:15 +01:00 |
|
Tom Payne
|
bceb27f4bb
|
Use snapCenterToPixel in WebGL renderer
|
2013-03-10 16:14:15 +01:00 |
|
Tom Payne
|
c01068642b
|
Use snapCenterToPixel in Canvas renderer
|
2013-03-10 16:14:01 +01:00 |
|
Tom Payne
|
06463471e1
|
Add ol.renderer.Layer.snapCenterToPixel
|
2013-03-10 15:51:08 +01:00 |
|
Tom Payne
|
3a1fcdae0f
|
Optimize ol.Extent.getForView2DAndSize
|
2013-03-10 15:51:08 +01:00 |
|
Tom Payne
|
08d3120f08
|
Use ol.Extent.getForView2DAndSize
|
2013-03-10 15:51:08 +01:00 |
|
Tom Payne
|
ed787ba79c
|
Add ol.Extent.getForView2DAndSize
|
2013-03-10 15:51:08 +01:00 |
|
Tobias Bieniek
|
ea227419a3
|
polyline: Added encode/decodeFlatCoordinates() functions
|
2013-03-10 01:25:59 +01:00 |
|
Tobias Bieniek
|
04d764f4f3
|
polyline: Added encode/decodeFloat() functions
|
2013-03-09 23:17:29 +01:00 |
|
Tobias Bieniek
|
e802cc3d56
|
polyline: Added decodeSigned/UnsignedInteger() functions
|
2013-03-09 22:40:07 +01:00 |
|
Tobias Bieniek
|
36923d6688
|
Added basic ol.parser.polyline module
This module will contain the low-level functions for Google's "Encoded
Polyline" algorithm.
|
2013-03-09 22:19:59 +01:00 |
|
Tom Payne
|
3910ec0dbb
|
Fix typo in WebGL map renderer
|
2013-03-09 21:50:10 +01:00 |
|
Tom Payne
|
4a7a5fe220
|
Sort properties alphabetically
|
2013-03-09 02:38:52 +01:00 |
|
Tom Payne
|
194edc7f26
|
Sort functions alphabetically
|
2013-03-09 02:19:35 +01:00 |
|
Tom Payne
|
9d950525bb
|
Default to easing inAndOut for all animations
|
2013-03-09 02:15:32 +01:00 |
|
Tom Payne
|
77bd279160
|
Use ol.easing instead of goog.fx.easing
|
2013-03-09 02:03:59 +01:00 |
|
Tom Payne
|
e12458b32e
|
Expose all goog.fx.easing functions in the ol.easing namespace
|
2013-03-09 02:02:19 +01:00 |
|
Tom Payne
|
3981141999
|
Merge pull request #134 from twpayne/keyboard-interactions
Keyboard Pan interaction should animate
|
2013-03-08 16:32:34 -08:00 |
|
Tom Payne
|
fe3b8d862d
|
Correct center setting, thanks @elemoine
|
2013-03-09 01:31:14 +01:00 |
|
ahocevar
|
389b8d14d7
|
Support GeoJSON as parsed object
With this change, we can programmatically create
GeoJSONFeatureCollection objects programmatically, without
reading a GeoJSON file.
|
2013-03-08 16:25:23 +01:00 |
|
Tom Payne
|
b729f969a7
|
Add EMPTY tile state instead of using null for empty tiles
|
2013-03-08 14:41:14 +01:00 |
|