Frederic Junod
5f3d018476
Export ol.source.wms.ServerType.*
2013-12-19 16:30:28 +01:00
Frederic Junod
fd902008a2
Fix GeoServer format option param key
...
See http://docs.geoserver.org/latest/en/user/services/wms/vendor.html#format-options
2013-12-19 16:14:23 +01:00
Tom Payne
1cb70592d7
Use addFeatures in ol.source.VectorFile
2013-12-19 14:53:22 +01:00
Tom Payne
b2c822c9ca
Clear null geometry features in ol.source.Vector#clear
2013-12-19 14:53:22 +01:00
Tom Payne
f1fac356dd
Change ol.source.Vector#removeFeatureInternal from private to protected
2013-12-19 14:53:22 +01:00
Tom Payne
3af6521ee3
Use addFeaturesInternal in ol.source.Vector constructor
2013-12-19 14:53:21 +01:00
Tom Payne
0912c8f6ea
Add ol.source.Vector#addFeatures
2013-12-19 14:53:21 +01:00
Tom Payne
e6c66d3678
Add ol.source.Vector#addFeaturesInternal
2013-12-19 14:53:21 +01:00
Tom Payne
387fcfbdb0
Factor out ol.source.Vector#addFeatureInternal
2013-12-19 14:53:21 +01:00
Éric Lemoine
fead554a39
Add missing goog.provide's (for @enum's)
2013-12-18 23:29:26 +01:00
Frederic Junod
3e83809880
Add serverType option to ol.source.ImageWMS constructor
2013-12-18 09:08:37 +01:00
Frederic Junod
8e6b686f3d
Add hidpi option to ol.source.ImageWMS and ol.source.MapGuide
2013-12-17 15:58:25 +01:00
Frederic Junod
c84782bfc6
Use the image pixelRatio in ol.renderer.canvas.ImageLayer
2013-12-17 13:31:11 +01:00
Frederic Junod
db322f9ade
Add pixelRatio param to ol.Image constructor
2013-12-17 13:31:11 +01:00
Frederic Junod
78ec21fb85
Add pixelRatio to ol.source.Image#createImage
2013-12-17 13:31:11 +01:00
Frederic Junod
ca0b77d0e3
Add pixelRatio to ol.source.Image#getImage
2013-12-17 13:31:11 +01:00
Tom Payne
856a16b43e
Add ol.source.IGC
2013-12-16 20:26:45 +01:00
Tom Payne
58fc453378
Merge remote-tracking branch 'openlayers/master' into vector-api
2013-12-16 13:37:11 +01:00
Tom Payne
4510510477
Handle features with null geometries in ol.source.Vector
2013-12-16 12:47:29 +01:00
Tom Payne
975e0c0576
Add ol.source.Vector#getExtent
2013-12-16 12:47:29 +01:00
Frederic Junod
b381536b2a
Add ol.source.MapGuide.getScale function
2013-12-16 10:31:54 +01:00
Frederic Junod
ede84739c4
Add displayDpi option to ol.source.MapGuide constructor
2013-12-16 09:58:27 +01:00
Frederic Junod
59e04c5371
Use ol.extent.* functions in ol.source.MapGuide
2013-12-16 09:53:28 +01:00
Tom Payne
ae7d5ab9d5
Merge pull request #1351 from twpayne/openseamap
...
Add crossOrigin option to ol.source.OSM options
2013-12-13 13:18:08 -08:00
Tom Payne
46f63f1358
Add crossOrigin option to ol.source.OSM options
2013-12-13 22:02:56 +01:00
Tom Payne
5f0ea858ec
Fix multiple type errors in getFeatureInfoForPixel
2013-12-13 18:59:24 +01:00
Éric Lemoine
35d5158454
Merge remote-tracking branch 'upstream/master' into vector-api
...
Conflicts:
src/objectliterals.jsdoc
src/ol/attribution.js
src/ol/geom/geometry.js
src/ol/geom/geometrycollection.js
src/ol/geom/linestring.js
src/ol/layer/vectorlayer.exports
src/ol/layer/vectorlayer.js
src/ol/map.js
src/ol/proj/proj.js
src/ol/renderer/canvas/canvasvectorlayerrenderer.js
src/ol/source/imagewmssource.js
src/ol/source/tilewmssource.js
src/ol/source/vectorsource.exports
src/ol/source/vectorsource.js
src/ol/source/wmssource.js
src/ol/style/style.js
src/ol/tilegrid/tilegrid.js
src/ol/tilegrid/wmtstilegrid.js
src/ol/tilegrid/xyztilegrid.js
2013-12-13 12:53:57 +01:00
Éric Lemoine
93e605b119
Merge pull request #1350 from elemoine/gutter
...
Add gutter support to ol.source.TileWMS
2013-12-13 01:11:42 -08:00
Éric Lemoine
f95e0eb785
Treat WMSGetFeatureInfoOptions as other options types
2013-12-12 15:21:49 +01:00
Éric Lemoine
7732c19874
Some options types are defined in the code
...
The sed script caught those, so manually adjusting here.
2013-12-12 15:19:37 +01:00
Éric Lemoine
7b81bfab5c
Change @exportClass to @exportSymbol
...
sed command used: find src/ol -name '*.exports' -exec sed -ri 's/@exportClass\s+(\S+)\s+(\S+)$/@exportSymbol \1/' \{\} \;
2013-12-12 15:05:52 +01:00
Éric Lemoine
315c42f0a7
Use olx namespace for options types in source code
...
sed command used: find src/ol -name '*.js' -exec sed -ri 's/\{ol(\.(\w|\.)+Options\=?\})/{olx\1/' \{\} \;
2013-12-12 15:02:03 +01:00
Éric Lemoine
55f56aaf03
Add ol.source.Tile#getGutter
2013-12-12 10:59:31 +01:00
Éric Lemoine
e14d8add85
Add gutter support to TileUrlFunction
2013-12-12 10:59:31 +01:00
Éric Lemoine
fd438f232b
Add gutter option to ol.source.TileWMS
2013-12-12 10:59:31 +01:00
Tom Payne
df975aa558
Add ol.source.GeoJSON
2013-12-11 14:14:32 +01:00
Tom Payne
28c7ecc014
Add ol.source.VectorFile
2013-12-11 14:14:32 +01:00
Tom Payne
ed5b8b6512
Merge remote-tracking branch 'openlayers/master' into vector-api
2013-12-10 12:54:27 +01:00
Tom Payne
b4c6a36a4f
Fix and accelerate ol.source.Vector#getClosestFeatureToCoordinate
...
The previous implementation contained a bug (the reduced extent was
calculated around the closest point found, it should have been
calculated around the coordinate being searched for). This allows a
speed-up that requires only a single traversal of the R-Tree (as opposed
to many traversals).
2013-12-09 18:45:16 +01:00
Tom Payne
1076c5cad1
Add ol.source.Vector#getClosestFeatureToCoordinate
2013-12-09 16:40:54 +01:00
Tom Payne
43e4292ec9
Tidy up ol.source.MapGuide and add ratio option
2013-12-06 18:11:01 +01:00
Tom Payne
0a5cc8812c
Merge pull request #1236 from jumpinjackie/master
...
MapGuide untiled map support
2013-12-06 08:59:57 -08:00
Tom Payne
79c6787e52
Add ol.source.Vector#clear
2013-12-04 14:59:30 +01:00
Tom Payne
ae3ab95b56
Factor out ol.source.Vector#removeFeatureInternal_
2013-12-04 14:59:18 +01:00
Tom Payne
66457a7aaf
Add ol.source.Vector#isEmpty
2013-12-04 14:49:25 +01:00
Tom Payne
a06ba8d4aa
Fire addfeature and removefeature events from ol.source.Vector
2013-11-28 20:53:17 +01:00
ahocevar
92a30bcbf7
Use ol.structs.RBush in ol.source.Vector
2013-11-28 16:16:52 +01:00
Tim Schaub
1f6d9fc5ae
Test for vector source load method
2013-11-27 12:22:33 -07:00
Tim Schaub
6229c0a1d4
Unused getFeaturesByIds_ method
2013-11-27 12:22:33 -07:00
Tim Schaub
1877f92d46
Add forEach method to rtree, use it in feature cache
...
This saves having to create feature lookup objects and iterate through lookup properties multiple times.
2013-11-27 12:22:33 -07:00