Frederic Junod
|
e39e9c2230
|
Export ol.proj.Projection#isGlobal function
|
2014-08-18 14:21:10 +02:00 |
|
Antoine Abt
|
139ea4c7d2
|
Merge pull request #2513 from probins/editstyle
Move createDefaultEditingStyles() to ol.style
|
2014-08-18 14:11:35 +02:00 |
|
Petr Sloup
|
d7027a6a64
|
Export getLayers and setLayers methods of ol.layer.Group
This is nicer than having to use .get("layers") and .set("layers", x).
|
2014-08-18 13:48:42 +02:00 |
|
Petr Sloup
|
1d5c746974
|
Export getHTML method of ol.Attribution to the api
|
2014-08-18 13:48:34 +02:00 |
|
Petr Sloup
|
0ac90e62b9
|
Added some api annotations required for accessing layer properties
|
2014-08-18 13:48:14 +02:00 |
|
Éric Lemoine
|
c83ae8a284
|
Merge pull request #2544 from elemoine/mapguide
Params not correctly handled in MapGuide source
|
2014-08-18 13:21:34 +02:00 |
|
Éric Lemoine
|
e7083aef1d
|
Params not correctly handled in MapGuide source
|
2014-08-18 12:17:32 +02:00 |
|
Frédéric Junod
|
c7bf94e69b
|
Merge pull request #2528 from fredj/wmts-source-optim
ol.source.WMTS optimization
|
2014-08-18 11:24:41 +02:00 |
|
Éric Lemoine
|
9072fb1f2f
|
Merge pull request #2543 from elemoine/foreachfeature
Do not hit-detect the same feature multiple times
|
2014-08-18 10:38:38 +02:00 |
|
Frederic Junod
|
b484801e4f
|
Use tmpExtent in ol.source.WMTS tileUrlFunction
|
2014-08-18 10:35:14 +02:00 |
|
Frederic Junod
|
8076401c0f
|
Use opt_tileCoord in ol.source.WMTS tileUrlFunction
|
2014-08-18 10:35:14 +02:00 |
|
Éric Lemoine
|
c81dfdc69b
|
Do not hit-detect the same feature multiple times
In other words forEachFeatureAtPixel should not call the user-provided callback more than once for a given feature.
|
2014-08-18 10:24:12 +02:00 |
|
Éric Lemoine
|
0779b4ef79
|
Merge pull request #2539 from elemoine/tilecoord
Change ol.TileCoord to Array.<number>
|
2014-08-18 10:21:35 +02:00 |
|
Éric Lemoine
|
ba035abb1f
|
Change ol.TileCoord to an Array
|
2014-08-18 09:33:24 +02:00 |
|
Paul Spencer
|
1fc620b7bb
|
Merge pull request #2527 from pagameba/cluster-fix
Return rather than fail if resolution is not defined
|
2014-08-16 19:26:37 -04:00 |
|
Peter Robins
|
e35531e7c6
|
Rename BrowserFeature to browserfeature
|
2014-08-15 13:53:20 +00:00 |
|
Éric Lemoine
|
0d20b337a0
|
Merge pull request #2348 from probins/getget
Enable ProjectionLike on getGetFeatureInfoUrl
|
2014-08-15 11:37:20 +02:00 |
|
Peter Robins
|
7b32b8e561
|
Enable ProjectionLike on getGetFeatureInfoUrl
|
2014-08-15 08:42:40 +00:00 |
|
Frédéric Junod
|
7097be3d00
|
Merge pull request #2532 from fredj/tilerange-cleanup
Add ol.TileRange#containsXY function
|
2014-08-14 13:59:23 +02:00 |
|
Frédéric Junod
|
db6c87a9bd
|
Merge pull request #2529 from petrsloup/source-state-fix
Fix for invalid initial state of certain sources
|
2014-08-14 12:23:49 +02:00 |
|
Éric Lemoine
|
a16a678ca7
|
Be stricter with types
|
2014-08-14 10:56:48 +02:00 |
|
Frederic Junod
|
14fc16b91d
|
Add ol.TileRange#containsXY function
|
2014-08-14 10:50:19 +02:00 |
|
Frederic Junod
|
abc01b5f10
|
Remove unneeded ol.DebugTile_#tileCoord_ variable
|
2014-08-14 09:43:05 +02:00 |
|
Petr Sloup
|
4b24eb6eb2
|
Added 'state' constructor option to Tile and TileImage sources
|
2014-08-13 17:11:29 +02:00 |
|
tsauerwein
|
1205d0fe1e
|
Fix ol.format.GML.readProjectionFromNode
|
2014-08-13 10:32:26 +02:00 |
|
Paul Spencer
|
fb242b5316
|
Return rather than fail if resolution is not defined
|
2014-08-12 20:27:17 -04:00 |
|
Frederic Junod
|
f2638ddfbf
|
Reuse tileRange in ol.renderer.Layer#manageTilePyramid
This avoids a lot of garbage.
|
2014-08-12 14:37:46 +02:00 |
|
Peter Robins
|
5247903a4a
|
Small corrections to ol.View docs
|
2014-08-12 07:13:10 +00:00 |
|
Andreas Hocevar
|
45f24ee097
|
Merge pull request #2518 from probins/centercon
Remove centerConstraintType from API
|
2014-08-11 20:22:06 +02:00 |
|
Peter Robins
|
8bc5a928a7
|
Remove centerConstraintType from API
|
2014-08-11 17:15:08 +00:00 |
|
Andreas Hocevar
|
e69f065a23
|
Merge pull request #2479 from ahocevar/generate-externs
Node task to generate externs for OpenLayers 3
|
2014-08-11 18:29:04 +02:00 |
|
Peter Robins
|
ed2f2befdf
|
Move createDefaultEditingStyles() to ol.style
|
2014-08-11 15:39:21 +00:00 |
|
tsauerwein
|
294afe16fe
|
Fix compiler type errors
|
2014-08-11 14:04:31 +02:00 |
|
Frederic Junod
|
ddd16b6985
|
Remove unused goog.require
|
2014-08-11 13:49:30 +02:00 |
|
tsauerwein
|
3ff180b224
|
Implement read transforms for ol.format.WFS
|
2014-08-11 12:22:29 +02:00 |
|
tsauerwein
|
48ed2e861e
|
Implement read/write transforms for ol.format.Polyline
|
2014-08-11 11:59:27 +02:00 |
|
Peter Robins
|
d9976ca207
|
Fix missing API docs
|
2014-08-11 09:35:16 +00:00 |
|
tsauerwein
|
f8560df793
|
Implement read transforms for ol.format.IGC
|
2014-08-11 10:51:34 +02:00 |
|
tsauerwein
|
9bc70f3459
|
Implement read/write transforms for ol.format.WKT
|
2014-08-11 10:17:31 +02:00 |
|
tsauerwein
|
bfb6c2e3b8
|
Implement read transforms for ol.format.OSMXML
|
2014-08-08 17:25:05 +02:00 |
|
tsauerwein
|
b05f880f7c
|
Implement read/write transforms for ol.format.KML
|
2014-08-08 17:10:11 +02:00 |
|
tsauerwein
|
31dbbc6a8c
|
Implement read/write transforms for ol.format.GPX
|
2014-08-08 15:50:55 +02:00 |
|
tsauerwein
|
e446738491
|
Implement read transforms for ol.format.TopoJSON
|
2014-08-08 11:43:53 +02:00 |
|
tsauerwein
|
3090a0af37
|
Fix GeoJSON.readFeaturesFromObject
Only feature collections worked properly.
|
2014-08-08 11:14:03 +02:00 |
|
tsauerwein
|
281fd3c6a9
|
Implement GML.readProjectionFromNode()
|
2014-08-08 10:54:40 +02:00 |
|
Éric Lemoine
|
8959aaafd5
|
Merge pull request #2477 from fredj/2475
Add new olx.format.KMLOptions#extractStyles property
|
2014-08-08 08:57:15 +02:00 |
|
Éric Lemoine
|
253d64d6f0
|
Merge pull request #2506 from elemoine/naming
Rename debugtilesource.js to tiledebugsource.js
|
2014-08-08 08:47:59 +02:00 |
|
Éric Lemoine
|
9d6fced8b4
|
Merge pull request #2505 from elemoine/graticule-style
Make stroke style of the graticule configurable
|
2014-08-08 08:43:28 +02:00 |
|
Éric Lemoine
|
9d9f29e1a2
|
debugtilesource.js changed to tiledebugsource.js
|
2014-08-08 08:32:44 +02:00 |
|
Marc Jansen
|
b60609d93c
|
Make stroke style of the graticule configurable
|
2014-08-08 08:28:34 +02:00 |
|