tschaub
02aa9bcc36
Tests with a description of the updated method.
...
The old `containsPoint` method was sensitive to failure when looking for ray crossings with nearly vertical edges. These added tests demonstrate the simple cases where `containsPoint` succeeds. The tests also now include a case that covers the failure for polygons with nearly vertical edges. The previous `getX` method (within the `containsPoint` method) and the new one are mathematically equivalent. The updated version performs better in cases using coordinates with many significant figures.
2012-01-16 16:59:54 -07: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
Tim Schaub
0127806ee2
Assert that split control works with no geometry.
2012-01-08 21:14:17 -05:00
tschaub
fc43ea715a
Documenting the deprecated.js script.
2012-01-05 10:50:45 -07:00
tschaub
0e6d971ad0
Updating API doc menus.
...
After the big reshuffle while deprecating stuff, NaturalDocs started over with a new menu so we lost the structure we had set up.
2012-01-05 10:36:45 -07: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
tschaub
f2168d13b7
Increase timeout to avoid flashes.
...
Without this change, flashes are fairly frequent while zooming around a full screen map.
2012-01-02 16:07:40 -07:00
tschaub
3c910c8801
Removing the tileAnimation map property.
...
Edit CSS to change the style.
2012-01-02 15:49:55 -07:00
tschaub
3eb34f587e
Add test for setOpacity.
2012-01-02 11:52:54 -07:00
tschaub
b7b0d6b712
Collecting image tile changes in the Image.js.
2012-01-02 11:40:50 -07:00
Tim Schaub
f5ac1fcd72
Update notes/2.12.md
2011-12-29 15:38:20 -07:00
Tim Schaub
9b7afeb492
Merge pull request #124 from tschaub/norect
...
Moving Rectangle geometries to deprecated.js (closes #123 ).
2011-12-29 14:34:04 -08:00
tschaub
e5b4e1323b
Updated readme.
2011-12-29 14:57:12 -07:00
tschaub
25d907d977
Adding rectangle to deprecated notes.
2011-12-29 14:41:04 -07:00
tschaub
3bddb3af05
Merge branch 'master' of github.com:openlayers/openlayers into norect
2011-12-29 14:40:16 -07:00
tschaub
47368ddfa9
Listing deprecated functionality in the notes.
2011-12-29 14:39:34 -07:00
tschaub
5773ad7ddc
Removing duplicate code.
...
These string prototype methods were unintentionally added twice in 20e19203d5 .
2011-12-29 14:29:03 -07: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
tschaub
9075f14856
Ignoring the closure-compiler.jar and pyc.
2011-12-29 14:05:12 -07:00
tschaub
d6cb1547ac
Merge branch 'master' of github.com:openlayers/openlayers
2011-12-29 14:03:50 -07:00
Tim Schaub
08d951c02f
Merge pull request #91 from jorix/3519-CC_SrcLin2
...
Using the jscompiler.py that ships with Closure to drive the compiler.
2011-12-29 13:03:27 -08:00
tschaub
e321bd3d60
Merge branch '3519-CC_SrcLin2'
2011-12-29 13:58:48 -07:00
Tim Schaub
d8a34775da
Merge pull request #120 from probins/rulerequires
...
Symbolizer dependencies are only pulled in when serializing as SLD.
2011-12-29 11:43:37 -08:00
Tim Schaub
0176d052a7
Merge pull request #102 from tschaub/nowkt
...
Allow for builds without WKT format
2011-12-14 09:51:06 -08:00
Tim Schaub
7950e284fc
Merge pull request #3 from probins/nowkt
...
Nowkt: fix typo in release notes
2011-12-14 09:48:04 -08:00
Tim Schaub
c8e3ae73d4
I think it's fair to say we've removed Prototype influence.
2011-12-12 20:01:40 -05:00
Tim Schaub
92ea378729
One license block fewer (see #99 ).
2011-12-12 19:57:05 -05:00
tschaub
469842012b
Tests for string methods without WKT.
2011-12-10 17:09:18 -07:00
tschaub
4c97f492c6
Describing changes in release notes.
2011-12-10 17:04:26 -07:00
tschaub
66de55ef9b
Allowing for WKT free builds.
...
The WKT format is used for converting geometries to and from string representations. For builds that do not explicitly include the WKT format, the `OpenLayers.Geometry.fromWKT` returns `undefined`.
2011-12-10 17:00:20 -07:00
tschaub
038a34c4ad
Adding release notes to the repo.
...
Pull requests that change behavior or add specific functionality should include changes to the appropriate release note page.
2011-12-10 16:52:07 -07:00
Tim Schaub
1008ff89e9
Removing broken (or pointless) examples.
2011-12-09 00:14:13 -07:00
Tim Schaub
3844b91cd6
Avoiding closure compiler warnings.
...
These comments are not parsed by Natural Docs and result in unnecessary warnings from closure compiler.
2011-11-30 22:25:38 -08:00
tschaub
598ef62cea
Remove requires for missing file (see #66 ).
2011-11-23 17:17:16 -07:00
tschaub
197dcc5a23
Updating readme format to test website update.
2011-11-23 17:14:24 -07:00
Tim Schaub
ec6c5eb74b
Merge pull request #43 from tschaub/undeprecated
...
Move deprecated methods from main lib. To use deprecated methods and classes in your application, add the deprecated.js script to your build profile.
2011-11-09 11:58:19 -08:00
tschaub
69ad1b7bbe
Add dependencies for deprecated.js.
...
To use deprecated methods, include the "deprecated.js" script in your build profile.
2011-11-09 12:56:05 -07:00
tschaub
caaf911081
Merge branch 'undeprecated' of https://github.com/ahocevar/openlayers into undeprecated
2011-11-09 12:24:53 -07:00
tschaub
b9cc3834d6
Merge branch 'master' of github.com:openlayers/openlayers into undeprecated
2011-11-09 12:24:42 -07:00
Tim Schaub
9605c08a11
Remove extra MapServer subclass.
2011-11-08 22:57:28 -07:00
Tim Schaub
7b6887c954
Remove extra WMS subclasses.
2011-11-08 22:45:13 -07:00
Tim Schaub
ab225e36b9
Remove extra tests.
2011-11-08 22:42:46 -07:00
Tim Schaub
5f2a6d410b
Deprecated XML.js method.
2011-11-08 22:07:29 -07:00
tschaub
b7c826e796
Remove MouseDefaults and MouseToolbar.
2011-11-08 18:32:55 -07:00
tschaub
f90d34fad9
Exclude deprecated methods from full build.
2011-11-08 17:10:31 -07:00
tschaub
20e19203d5
Deprecated methods from BaseTypes.js.
2011-11-08 16:48:58 -07:00
tschaub
dd5d7c9f07
Remove deprecated methods from Element.js.
2011-11-08 16:37:31 -07:00
tschaub
5db084afe8
Pull Ajax.js from the loader.
2011-11-08 16:37:01 -07:00
tschaub
e4d422e781
Deprecated Class.js methods.
2011-11-08 16:24:33 -07:00
tschaub
95e7de2ab4
Deprecated tests for Ajax.js.
2011-11-08 16:17:52 -07:00
tschaub
368ad02bdb
Deprecated methods from Ajax.js.
2011-11-08 16:11:43 -07:00
Tim Schaub
bce3aced23
Merge pull request #42 from tschaub/convenience
...
Adding extent, location, and projection convenience. Where appropriate, literals can be used instead of creating new OpenLayers objects.
2011-11-08 11:05:46 -08:00
tschaub
76bb0be254
Spell projection with p and separate tests to avoid mock issues.
2011-11-08 11:47:59 -07:00
tschaub
00410cf779
Merge branch 'master' of github.com:openlayers/openlayers into convenience
2011-11-08 08:44:33 -07:00
tschaub
28cc0bd962
Fewer news.
2011-10-28 15:53:16 -06:00
tschaub
1209a31f5b
Merge branch 'master' of github.com:openlayers/openlayers into convenience
2011-10-28 15:52:08 -06:00
tschaub
bea1a5b24a
Concise config. No init.
2011-10-28 15:51:36 -06:00
tschaub
e599881a8e
Merge branch 'master' of github.com:openlayers/openlayers into convenience
2011-10-28 15:46:46 -06:00
tschaub
58cc225b9b
Syntax updates.
2011-10-28 15:45:56 -06:00
tschaub
423bb39f23
Making this example less outdated.
2011-10-28 15:41:53 -06:00
tschaub
eb6279c4d0
Removing oam layer (service not up).
2011-10-28 15:31:10 -06:00
tschaub
80219dc03c
Merge branch 'master' of github.com:openlayers/openlayers into convenience
2011-10-28 15:23:41 -06:00
Tim Schaub
824160ecb0
Merge pull request #30 from fredj/unneeded
...
remove unneeded activate and deactivate functions
2011-10-27 12:09:20 -07:00
tschaub
a606e565d3
Allow transforming geometries, lonlat, and bounds with strings.
2011-10-26 16:23:48 -06:00
tschaub
98d6e74314
Allow testing for projection equality with string.
2011-10-26 16:22:51 -06:00
tschaub
fb790424a5
Allow array for min/maxExtent in layers.
2011-10-26 16:02:51 -06:00
tschaub
98ee7167c4
Allow use of array for bounds.
2011-10-26 15:40:40 -06:00
tschaub
75a1a8e119
Allow setting center from array.
2011-10-26 15:22:13 -06:00
tschaub
415c8f9e0c
Removing example as the service has been discontinued.
2011-10-25 17:31:25 -06:00
tschaub
3e163910f7
Tweak maxExtent docs to link to restrictedExtent.
2011-10-25 17:20:12 -06:00
Tim Schaub
8ea4c47a13
Merge pull request #23 from tmcw/max-extent-doc
...
Improve maxExtent documentation. Thanks @tmcw.
2011-10-25 16:17:28 -07:00
Tim Schaub
daa16c08b1
Merge pull request #20 from drnextgis/feature
...
Fix unterminated statements
2011-10-23 01:16:20 -07:00
Tim Schaub
5486caf1c2
Merge pull request #18 from drnextgis/feature
...
Delete last comma in object literal. Thanks @drnextgis.
2011-10-22 23:00:22 -07:00
Tim Schaub
f0f76cc8fd
Merge pull request #19 from drnextgis/feature2
...
Fix CSS errors. Thanks @drnextgis.
2011-10-22 22:57:03 -07:00
Tim Schaub
3e9015879c
Correcting typos in comments, no functional change ( closes #15 ).
2011-10-19 15:05:19 -06:00
Tim Schaub
6af8178452
Enforcing existing zoomToExtent behavior.
...
The Map.html and WrapDateLine.html tests that check zoomToExtent were failing with the changes to this method. These test changes make the expectations more explicit. It is inconsistent to call wrapDateLine only in zoomToExtent, but this is the minimum change to get the tests passing again. It would be more consistent to call wrapDateLine in the setCenter sequence.
2011-10-11 21:14:07 -06:00
Tim Schaub
ea8404c3bd
Fixing up the WFS tile (ack) tests.
2011-10-11 19:56:42 -06:00
tschaub
8a3498bd0f
Setup and teardown for WFS tile tests. Still need work.
2011-10-11 15:26:51 -06:00
tschaub
b4de402774
Properly set up and tear down for tests.
2011-10-11 15:22:50 -06:00
tschaub
d65fde60e2
Avoid test failures due to partial mocking.
...
Add setup and teardown methods to properly set up test context.
2011-10-11 15:11:03 -06:00
tschaub
cb74ede41b
Handle features without bounds.
...
Updates to tests to work with new wrap dateline code. Canvas renderer needs to handle geometries without bounds as well.
2011-10-11 14:48:10 -06:00
tschaub
c2bf717e5c
Merge branch 'master' of github.com:openlayers/openlayers into 3526
2011-10-11 09:42:49 -06:00
tschaub
fc5a0121e6
The getFeatureFromEvent method now throws (see #7 ).
2011-10-11 09:36:43 -06:00
tschaub
c6e66a3c5c
The getFeatureFromEvent now throws.
...
An error is thrown if getFeatureFromEvent is called on a destroyed layer (see #7 ).
2011-10-11 09:34:38 -06:00
Tim Schaub
4ad80fc6c0
Merge pull request #9 from tschaub/date
...
Making date parsing a bit more lenient (r=ahocevar closes #3542 ).
2011-10-07 08:29:13 -07:00
Tim Schaub
6eebcc5be0
Making date parsing a bit more lenient.
...
RFC 3339 doesn't say what timezone to assume for date strings without time. Some servers append "Z" to dates (e.g. "2001-02-03Z") and some clients accept this (e.g. Chrome). The OpenLayers date parser now accepts dates without times and with "Z" at the end.
2011-10-07 10:50:56 -04:00
tschaub
38e59965f1
Quicker route to contains when wrapping.
...
Instead of moving one world at a time and testing for containment, we can jump immediately by the number of worlds we are away from the bounds.
2011-09-30 16:53:33 -06:00
tschaub
b82a24ef36
Determine how many worlds away we are instead of simply wrapping.
2011-09-30 13:22:29 -06:00
tschaub
fe08a843ee
Don't cache newRight or newLeft while changing bounds.
2011-09-30 13:20:15 -06:00
tschaub
d8c269c891
Update example to use canvas renderer and start with some features.
2011-09-29 19:51:54 -06:00
tschaub
9ab440e615
Calculate x-offset for features outside the world bounds.
2011-09-29 19:51:20 -06:00
tschaub
f5f93ac947
Don't render if feature doesn't intersect renderer extent in a warped sense.
2011-09-29 19:50:11 -06:00
tschaub
2549935a8a
Only hide features if they don't intersect in a wrapped sense.
2011-09-29 19:48:20 -06:00
tschaub
cc81657907
Always left justify the renderer extent.
2011-09-29 19:46:53 -06:00
tschaub
5925cb12d7
Only shift extents that cross once.
2011-09-29 19:46:00 -06:00
tschaub
d291b970a4
Merge branch '3526' of https://github.com/ahocevar/openlayers into 3526
2011-09-29 18:06:38 -06:00
tschaub
cb4c9baeb0
Merge branch '3526' of https://github.com/ahocevar/openlayers into 3526
2011-09-29 17:52:17 -06:00
Tim Schaub
4c4692a6bd
Merge pull request #3 from tschaub/3532
...
Passing renderer options to the sketch layer (r=ahocevar, closes #3532 ).
2011-09-29 16:33:00 -07:00