Tim Schaub
4b949176d3
Move mercator transforms to Projection.js.
...
The SphericalMercator mixin is not required for coordinate transforms. Default transforms included whenever Projection.js is included.
2012-01-16 22:39:44 -07:00
Bart van den Eijnden
8905ef2fa5
Merge pull request #145 from bartvde/cswemptysubject
...
ignore empty subject tags in CSWGetRecords parser (r=ahocevar)
2012-01-15 23:50:36 -08: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
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
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
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
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
Bart van den Eijnden
476d438578
minor doc adjustments and a bit more test coverage
2012-01-09 10:27:44 +01:00
Bart van den Eijnden
ab49a195e3
update copyright
2012-01-09 10:07:26 +01:00
Bart van den Eijnden
849189d136
Merge branch 'master' of github.com:bartvde/openlayers into csw
2012-01-09 09:41:59 +01:00
Bart van den Eijnden
a6be4a4b6c
start with the patch from OL Trac ticket 2133
2012-01-09 09:29:15 +01:00
Xavier Mamano
6fd4d27700
Change docs to "Valid options:" in Util.createUrlObject
2012-01-09 00:35:54 +01:00
Xavier Mamano
f4a6d4c7b2
Set key as property in Bing.js and many links as {<...>}
2012-01-09 00:30:53 +01:00
Peter Robins
9453d0ce7c
Revised version for checking geometry splittable
2012-01-08 20:08:36 +00:00
Peter Robins
5f6bd6acee
Revised version for checking geometry splittable
2012-01-08 20:04:35 +00:00
Peter Robins
0296a46de8
Control/Split should work w/o MultiLineString
2012-01-08 14:36:30 +00:00
Xavier Mamano
f64dea59e8
More details manually observed while reviewing documentation.
2012-01-07 23:33:50 +01:00
Xavier Mamano
107edcf0e5
Some minor documentation adjustments.
2012-01-07 20:07:07 +01:00
Xavier Mamano
b7dee9ca6d
Some problems in the documentation detected using "closure_verify"
2012-01-07 19:29:41 +01:00
fredj
3245836b6d
New OpenLayers.Layer.Grid.tileClass option. Defaults to OpenLayers.Tile.Image
2012-01-04 12:37:39 +01:00
Éric Lemoine
0cc4dc81ec
Merge branch 'master' into redraw
2012-01-04 09:06:29 +01:00
Éric Lemoine
d64bbe1cfc
better doc strings for Layer.resolution
2012-01-04 08:47:55 +01:00
Éric Lemoine
0ef4c8dd5b
make redraw return the return value of mergeNewParams
2012-01-04 08:47:28 +01:00
Tim Schaub
b26efd6beb
Merge pull request #126 from tomhughes/url-rewrite
...
Add an interception point to allow image URLs to be rewritten
2012-01-03 14:13:00 -08:00
tschaub
519bf9a50a
Removing unused minX and maxX.
2012-01-03 10:28:25 -07:00
tschaub
b844a3b11b
Happy New Year!
...
Updating copyright to 2012.
2012-01-03 09:01:10 -07:00
Tom Hughes
63fb2d4b04
Add an interception point to allow image URLs to be rewritten
...
Make all attempts to get a URL for an image go through a single
routine, OpenLayers.Util.getImageLocation, which is given the actual
image name.
This allows users to replace that routine with an enhanced version
which can rewrite the full URL, for example to go through the rails
asset pipeline when using OpenLayers with rails.
2011-12-31 12:19:10 +00:00
Tom Hughes
533ee475ee
Improve documentation of regular versus irregular transformation
2011-12-31 12:08:22 +00:00
Tom Hughes
1b6eb38d46
Make irregular transforms work on rotated features
...
Rework support for irregular transforms to handle features
which have been rotated correctly.
2011-12-31 12:08:21 +00:00
Tom Hughes
a46707e727
Add support for irregular transformations to TransformFeature
...
Give the TransformFeature control an irregular mode where dragging a
handle just extends that side rather than growing the shape symmetrically
about the centre.
2011-12-31 12:08:21 +00:00
tschaub
958221d5f4
Moving Rectangle geometries to deprecated.js.
...
The VML and SVG renderers still have support for drawing rectangles. This can be safely removed in 3.0.
2011-12-29 14:14:49 -07:00
Peter Robins
52e7c932f7
Move symbolizer requires
2011-12-29 09:47:22 +00:00
ahocevar
d1319eaf90
Merge branch 'vector-ratio' ( closes #113 )
2011-12-28 20:18:11 +01:00
ahocevar
cfe25feecf
Making dateline handling work with ratio.
2011-12-28 20:14:39 +01:00
ahocevar
1ce59a207d
Don't use clientWidth and clientHeight.
...
Instead, use map.getSize to make sure this works the same way in all browsers.
2011-12-28 20:10:56 +01:00
ahocevar
22e9fc92b8
Don't change existing behavior for redraw(true)
2011-12-26 19:53:23 +01:00
ahocevar
0b3f9c0ae9
Merge branch 'master' of https://github.com/pjeweb/openlayers-1 into vector-ratio
2011-12-26 11:59:27 +01:00