Frederic Junod
098899d165
Fix OpenLayers.Control.OverviewMap.getLonLatFromOverviewPx apidoc
2012-01-15 18:13:27 +01:00
Frederic Junod
5d173c1807
Fix OpenLayers.Icon apidoc
...
'size' parameter for OpenLayers.Icon.setSize can be either a Size or
a simple javascript object.
2012-01-15 18:09:11 +01:00
Frederic Junod
8f4fcc7f33
Fix OpenLayers.Icon apidoc
...
'size' can be either an OpenLayers.Size or a simple javascript object,
'offset' can be either an OpenLayers.Pixel or a simple javascript
object.
2012-01-15 18:05:07 +01:00
Frederic Junod
0af2acddb5
Fix OpenLayers.Layer and OpenLayers.Map apidoc
...
'viewPortPx' parameter for OpenLayers.Layer.getLonLatFromViewPortPx
can be either a Pixel or a simple javascript object. 'lonlat'
parameter for OpenLayers.Layer.getViewPortPxFromLonLat can be either a
LonLat or a simple javascript object.
'px' parameter for OpenLayers.Map.getLonLatFromViewPortPx and
OpenLayers.Map.getLonLatFromPixel can be either a Pixel or a simple
javascript object.
2012-01-15 17:52:36 +01:00
Frederic Junod
4d0a53ab31
Fix OpenLayers.Pixel and OpenLayers.Size apidoc
...
'px' parameter for OpenLayers.Pixel.offset and OpenLayers.Pixel.equals
can be either a Pixel or a simple javascript object.
'sz' parameter for OpenLayers.Size.equals can be either a Size or a
simple javascript object.
2012-01-15 10:59:08 +01:00
Frederic Junod
a9aa6d031e
Fix OpenLayers.Util apidoc
...
'px' and 'sz' parameters for modifyDOMElement, createDiv, createImage,
createAlphaImageDiv and modifyAlphaImageDiv can be either a
OpenLayers.Pixel/OpenLayers.Size or a simple javascript object.
2012-01-15 10:45:27 +01:00
Éric Lemoine
a9d919ab95
better docs for Layer.OSM
2012-01-14 21:13:01 +01:00
Peter Robins
b9f1b8b4ba
Add docs comment on QueryStringFilter
2012-01-14 15:02:53 +00:00
Peter Robins
3eee019fca
Remove QueryStringFilter requires from Protocol/HTTP
2012-01-14 14:51:03 +00:00
fredj
d3cc8e93ae
replace LonLat with simple object (OverviewMap.getLonLatFromOverviewPx, internal function)
2012-01-14 14:11:25 +01:00
fredj
2355f099be
remove map.getSize call to avoid creating new instances
2012-01-14 14:11:25 +01:00
fredj
b8257aa64c
replace Pixel argument with simple object (Util.createDiv)
2012-01-14 14:11:25 +01:00
fredj
b900144ce3
remove map.getSize call to avoid creating new instances
2012-01-14 14:11:25 +01:00
fredj
90452311f3
Remove tileSize.clone; not necessary to create a new size instance
2012-01-14 14:11:25 +01:00
fredj
c440a2916d
replace Size argument with simple object (maker.draw)
2012-01-14 14:11:25 +01:00
fredj
8825b32924
pass simple objects to Icon constructor
2012-01-14 14:11:25 +01:00
fredj
6abed6221f
replace Size argument with simple object (icon.setSize)
2012-01-14 14:11:25 +01:00
fredj
f199dd471e
Icon: use simple ojects for size and offset
2012-01-14 14:11:25 +01:00
fredj
8d11b169d3
OverviewMap.getOverviewPxFromLonLat: return simple object instead of OpenLayers.Pixel
2012-01-14 14:11:25 +01:00
fredj
1e6f56fe82
replace Pixel argument with simple object (OverviewMap.getLonLatFromOverviewPx)
2012-01-14 14:11:25 +01:00
fredj
07e3fa9624
replace Size instances with simple object
2012-01-14 14:11:25 +01:00
fredj
4844baf666
replace Pixel argument with simple object (Pixel.offset)
2012-01-14 14:11:24 +01:00
fredj
3cc62c3fc8
replace Pixel argument with simple object (Map.getMapObjectPixelFromXY)
2012-01-14 14:11:24 +01:00
fredj
a111808e06
replace Pixel argument with simple object (Map.getLonLatFromPixel)
2012-01-14 14:11:24 +01:00
fredj
69bc0fc772
replace map.minPx and map.maxPx with simple objects
2012-01-14 14:11:24 +01:00
fredj
8ef0ad8c17
replace Pixel argument with simple object (Map.getLonLatFromViewPortPx)
2012-01-14 14:11:24 +01:00
fredj
1df5cfa158
replace LonLat argument with simple object (Map.getLayerPxFromLonLat)
2012-01-14 14:11:24 +01:00
Éric Lemoine
7a5b469192
Merge pull request #116 from elemoine/redraw
...
make Layer.redraw not unconditionally set zoomChanged to true when calling Layer.moveTo
2012-01-13 08:37:09 -08:00
Pierre GIRAUD
7a0336a9ef
Fixing a wrong calculation in LinearRing::containsPoint
2012-01-13 17:36:23 +01:00
Pierre GIRAUD
a719de7e93
Fixing typo and documentation mistakes. No functional changes.
2012-01-13 17:12:14 +01:00
Bart van den Eijnden
c667e9a147
ignore empty subject tags in CSWGetRecords parser
2012-01-13 13:05:20 +01:00
Pierre GIRAUD
78714f6de4
Adding some documentation to the locationupdated documentation. No functional change.
2012-01-13 12:12:35 +01:00
Éric Lemoine
2f700bd894
Merge branch 'master' into osm
...
Conflicts:
apidoc_config/Menu.txt
2012-01-12 21:27:39 +01:00
Éric Lemoine
3cbd7b4b40
move Layer.OSM in its own script file
2012-01-12 21:22:58 +01:00
Éric Lemoine
e1ea3471e0
Merge pull request #143 from jorix/stop-freehand
...
Handler.Path: Stop freehand using "maxVertices"
2012-01-12 12:08:12 -08:00
Xavier Mamano
5cbdd27706
Docs: Set many links as {<...>}
2012-01-12 20:03:40 +01:00
Antoine Abt
71d9d36266
when removeText, remove its outline too
2012-01-12 10:41:34 +01:00
fredj
cbfb68f397
Change all 'Parameter:' to 'Parameters:' in documentation. Non functional change
2012-01-12 09:32:49 +01:00
fredj
4fcd28fe08
Change some 'Parameter' to 'Property' in documentation. Non functional change
2012-01-12 09:30:51 +01:00
fredj
04ae5f8db8
Change all 'Return:' to 'Returns:' in documentation. Non functional change
2012-01-12 09:26:49 +01:00
fredj
4769e119a0
Correct spelling in documentation. Non functional change.
2012-01-12 09:12:07 +01:00
Xavier Mamano
70f42b0629
Stop freehand using "maxVertices"
2012-01-12 08:46:15 +01:00
ahocevar
f4c951c3ce
Merge pull request #132 from jorix/Docs-issues
...
Docs issues
2012-01-11 13:55:27 -08:00
Bart van den Eijnden
5393532f58
Merge pull request #136 from bartvde/csw
...
Add CS-W protocol based on the work from pgiraud (http://trac.osgeo.org/openlayers/ticket/2133 )
2012-01-11 06:35:04 -08:00
Bart van den Eijnden
9a80c5f30f
incorporate ahocevar's review
2012-01-11 15:33:25 +01:00
Éric Lemoine
d3db3011a3
in Tile.Image do the opacity filter setting where it was done before, i.e. right after the img creation
2012-01-10 21:24:09 +01:00
Tim Schaub
a7374db913
Merge pull request #134 from probins/splitnoml
...
Removing MultiLineString dependency from the Split control. Thanks @probins for the contribution.
2012-01-09 22:50:15 -08:00
fredj
9ad899c3a0
doc typo
2012-01-09 13:26:08 +01:00
Peter Robins
1b031bcd26
Control/Split isEligible() should check feature has a geometry
2012-01-09 11:13:36 +00:00
Bart van den Eijnden
10d3394896
this part does not seem to be used anymore in the patch
2012-01-09 10:39:52 +01:00