É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
É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
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
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
Paul Spencer
fb242b5316
Return rather than fail if resolution is not defined
2014-08-12 20:27:17 -04: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
9d9f29e1a2
debugtilesource.js changed to tiledebugsource.js
2014-08-08 08:32:44 +02:00
Frederic Junod
9e37aa796a
Add new olx.format.KMLOptions#extractStyles property
2014-08-07 17:08:19 +02:00
Evgeny Ushkalov
af05b3d031
Properly clear features in ol.source.ServerVector#clear
2014-08-05 15:39:42 +02:00
Frederic Junod
06df648733
Add ol.source.Cluster
...
Initial code by @kenny806
2014-07-29 12:29:43 +02:00
Bart van den Eijnden
f468239e71
Merge pull request #2394 from tonio/style_order
...
Give precedence to feature styles
2014-07-25 11:34:24 +02:00
Antoine Abt
4b8ceca8eb
Move defaults style into style.js
2014-07-25 09:50:53 +02:00
Tim Schaub
caa0b568ad
Remove extent option for sources
...
Most of our uses of source extent were cargo cult programming. The source extent was seldom and inconsistently used. Instead, layers can now be configured with an extent, and layer renderers limit rendering (and data requests) to the layer extent.
For vector sources, the `getExtent` method returns the extent of currently loaded features (this was the case before and after this change). For tile based sources, we will likely want to allow easy construction of tile grids based on an extent (this is not possible before or after this change, but could be added later).
2014-07-24 10:30:06 -06:00
Antoine Abt
d50f40dcce
Type check with olx.LogoOptions
2014-07-24 16:40:34 +02:00
Antoine Abt
ba8077010a
Add link support for source logos
2014-07-24 15:22:19 +02:00
Peter Robins
3f1f450d5c
Document debugtilesource
2014-07-22 08:14:33 +00:00
Antoine Abt
60f1874766
Give precedence to feature style
2014-07-16 11:25:16 +02:00
bnare
9e3b46762b
Update mapguidesource.js
...
Add a method updateParams to ol.source.MapGuide.
2014-07-15 17:04:19 +02:00
Éric Lemoine
b8c39bd62c
Merge pull request #2336 from elemoine/seturl
...
Add ol.source.TileWMS#setUrls and setUrl
2014-07-11 12:31:00 +02:00
Peter Robins
5fb78fb352
Add ol.source.TileWMS#setUrls and setUrl
2014-07-11 12:07:07 +02:00
Petr Pridal
1a933febcd
Add tilePixelRatio option to ol.source.XYZ
2014-07-11 12:03:55 +02:00
Éric Lemoine
2b4b2dadf7
Be stricter with the type of ol.source.TileWMS#_urls
2014-07-11 12:03:02 +02:00
Paul Spencer
a02d21d4b5
Allow addFeaturesInternal to add multiple features lacking an id
2014-07-10 07:32:20 -04:00
Éric Lemoine
49b91998f9
Pass tolerance to ReplayGroup
...
The tolerance instead of the squared tolerance must be passed to the ReplayGroup constructor.
2014-07-10 09:52:13 +02:00
Éric Lemoine
4e0d48386b
Use inheritDoc for ol.source.XYZ#setTileUrlFunction
2014-07-06 11:49:19 +02:00
Tim Schaub
4cf5ab4620
Use @api annotation instead of @todo api
2014-07-05 15:41:14 -04:00
tsauerwein
5adb3a6a8e
Export ol.source.Vector.clear()
2014-07-02 11:53:58 +02:00
Tim Schaub
2ec63b6c58
Unnecessary ol.Tile requires
2014-06-27 19:57:54 -04:00
Tim Schaub
997517110c
Unnecessary ol.Image require
2014-06-27 19:51:38 -04:00
Andreas Hocevar
efc3e3244a
Merge pull request #2254 from elemoine/replaygroup
...
Use replay groups for feature overlays
2014-06-27 12:59:06 +02:00
Andreas Hocevar
f67767aaf0
Add ol.renderer.vector.getSquaredTolerance and ol.SIMPLIFY_TOLERANCE
2014-06-27 12:10:46 +02:00
Frederic Junod
a172eda242
Remove uniqueness constraint check
2014-06-26 17:55:38 +02:00
Paul Spencer
bf9dbd614a
Use string values for ol.source.State enum
...
Many user-facing enums are string values and we document use of the string values rather than more confusing enum reference or the numeric values.
2014-06-26 08:15:03 -04:00
Éric Lemoine
e161f0eaba
Add tilePixelRatio option to ol.source.WMTS
2014-06-18 13:34:57 +02:00
Éric Lemoine
947eb2e949
Add tilePixelRatio option to ol.source.TileImage
2014-06-18 13:34:57 +02:00
Éric Lemoine
4bcadc5b8d
Add tilePixelRatio option to ol.source.Tile
2014-06-18 13:27:22 +02:00
Peter Robins
8a4307cff2
Add classdesc to remaining vector classes
2014-06-15 08:55:09 -04:00
Peter Robins
75be215497
Add standard docs text to abstract base classes
2014-06-14 07:20:33 -04:00
Éric Lemoine
7a1e605f14
Skipped features support to ol.source.ImageVector
2014-06-11 16:26:21 +02:00
Tim Schaub
2a42e7736a
Merge pull request #2178 from probins/classdesc
...
Use @classdesc notation.
2014-06-09 11:18:14 -06:00
Peter Robins
41d9f0360a
Add @classdesc to classes
2014-06-09 12:10:19 -04:00
Tim Schaub
13d964488f
Make getFeatureById method exportable
2014-06-03 11:42:47 -06:00
oterral
f3be970f17
Add getTileLoadFunction and setTileLoadFunction in ol.source.TileImage
2014-06-02 11:23:53 +02:00
oterral
c4f7ebb571
Add getTileUrlFunction in ol.source.TileImage
2014-06-02 11:13:03 +02:00
Tim Schaub
a2b81d6bd0
Disallow adding the same feature twice
2014-05-23 16:52:11 -06:00