Tim Schaub
|
0e27cea7f8
|
Things break when map maxExtent does not match the Google maxExtent and a Google layer is used as the base layer (see #3242).
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11872 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-04-04 21:34:56 +00:00 |
|
Tim Schaub
|
7a5e837c9b
|
Enhancements to the WMC parser for better contact information, SRS, and style support. p=trondmm, r=me (closes #3236)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11871 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-04-04 17:15:14 +00:00 |
|
Tim Schaub
|
a7d1cc9134
|
The tileOrigin property is not read or written in WMC docs (see #3245).
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11870 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-04-04 17:11:14 +00:00 |
|
Tim Schaub
|
def3fbece6
|
Updating wmc.html example to use a currently working service.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11869 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-04-04 16:48:55 +00:00 |
|
Tim Schaub
|
cf311ee532
|
Making the canvas renderer keep track of a pending redraw. With this change we properly redraw even if the last feature in a batch has no geometry. p=me,ahocevar r=ahocevar (closes #3225)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11860 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-04-03 05:04:17 +00:00 |
|
Tim Schaub
|
62dd64c1c9
|
Simplifying hit detection for external graphics rendered with canvas. With this change, events within the graphic bounds will be considered hits (previously only events over visible pixels in the external graphic were considered hits). This simplification gets around same origin limitations. r=erilem (closes #3238)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11859 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-04-03 04:58:49 +00:00 |
|
Tim Schaub
|
7e60535fe7
|
Cleaning up from the canvas tests.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11856 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-04-01 21:37:06 +00:00 |
|
Tim Schaub
|
bb9a11a469
|
Making it so the canvas renderer returns true after rendering a feature. This saves an extra draw for every moveTo. p=vog,me r=me (closes #3225)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11851 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-03-31 22:25:06 +00:00 |
|
Tim Schaub
|
970ff2741f
|
Documentation fixes from jorix (thanks). (closes #3234)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11850 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-03-31 22:02:46 +00:00 |
|
Tim Schaub
|
3ef0b05949
|
Adding in support for hit detection with canvas (and rendering holes in polygons). r=fredj (closes #3207)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11849 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-03-31 21:00:03 +00:00 |
|
Tim Schaub
|
66dabae11b
|
Making it so overlays at the top of the draw stack get the moveTo call first (base layer still gets the first moveTo). p=mosesonline, r=me (closes #3230)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11848 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-03-31 16:26:42 +00:00 |
|
Tim Schaub
|
b8ba064ede
|
Making it so you can remove more points from a linear ring. p=gregers, r=me (closes #2172)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11819 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-03-30 23:54:54 +00:00 |
|
Tim Schaub
|
587b2320ab
|
Restore drag handler state in deactivate. r=erilem (closes #3218)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11808 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-03-30 20:54:41 +00:00 |
|
Tim Schaub
|
a25f506f20
|
Restore click handler state in deactivate. r=erilem (closes #3217)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11807 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-03-30 20:53:46 +00:00 |
|
Tim Schaub
|
5fc138f69b
|
Making it so the setFilter method on the filter strategy allows notification to listeners of feature add/remove events. p=vog,me r=me (closes #3216)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11804 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-03-30 20:19:24 +00:00 |
|
Tim Schaub
|
fba3a883ac
|
Removing the simpleFilterSerializer method on OpenLayers.Protocol in favor of a format for serializing filters for use with query strings. r=sbrunner (closes #3163)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11758 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-03-29 19:22:13 +00:00 |
|
Tim Schaub
|
8b9486a936
|
Making it so the merge tool supports @require directives in addition to @requires.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11757 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-03-29 19:04:40 +00:00 |
|
Tim Schaub
|
3ba8a294ff
|
Extending the filter format and the feature ID filter to support writing of logical filters that contain FID filters. r=bartvde (closes #3012)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11756 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-03-29 18:49:27 +00:00 |
|
Tim Schaub
|
5b7d530461
|
Reworking click and pinch handling to get better behavior on multi-touch devices. r=ahocevar +testing from others (closes #3133)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11695 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-03-11 01:53:26 +00:00 |
|
Tim Schaub
|
27da366cd0
|
Adding a protocol for reading features cross-origin from services that support JSON with a callback. r=erilem (closes #2956)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11691 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-03-10 20:51:03 +00:00 |
|
Tim Schaub
|
49e96f352f
|
Adding a filterToParams method on the HTTP protocol. This allows you to specify how a filter is serialized in HTTP feature requests (using CQL for example). By default, we use the OpenLayers.Protocol.simpleFilterSerializer method. r=crschmidt (closes #3032)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11673 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-03-08 15:45:18 +00:00 |
|
Tim Schaub
|
f5769b8097
|
Setting lastMoveEvt in dragmove so it is accessible in both touch and mouse environments. r=erilem (closes #2936)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11671 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-03-08 15:21:33 +00:00 |
|
Tim Schaub
|
d023ffc461
|
Getting rid of global component in SVG2.js (thanks jorix for the report).
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11665 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-03-08 07:00:11 +00:00 |
|
Tim Schaub
|
14324728ff
|
Getting rid of global yRestriction in Map.js (thanks jorix for the report).
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11664 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-03-08 06:57:52 +00:00 |
|
Tim Schaub
|
2f93c18bd5
|
Getting rid of global tlViewPort in Grid.js (thanks jorix for the report).
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11663 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-03-08 06:54:48 +00:00 |
|
Tim Schaub
|
8569ec2c2f
|
Remove unused testEvent.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11568 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-02-27 23:22:57 +00:00 |
|
Tim Schaub
|
b750f690d9
|
Mocking less and (more importantly) making sure all assertions are not made in conditionally run code.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11567 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-02-27 17:03:57 +00:00 |
|
Tim Schaub
|
7fde5fd248
|
Refactoring the click handler tests so they are more legible and rely less on long sequences.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11566 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-02-27 15:29:32 +00:00 |
|
Tim Schaub
|
693c95f999
|
Correcting click handler comment.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11564 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-02-27 15:19:32 +00:00 |
|
Tim Schaub
|
ba8aed56ef
|
Since r11544, the event xy property is the average of all touch pixel locations. This test should have been updated with that change.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11560 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-02-27 13:57:33 +00:00 |
|
Tim Schaub
|
02d4257544
|
Using real pixels in tests so we get distanceTo method.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11558 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-02-27 13:08:51 +00:00 |
|
Tim Schaub
|
b754cc40ac
|
Working WFS.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11555 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-02-27 11:09:53 +00:00 |
|
Tim Schaub
|
f785153bca
|
Adding a PinchZoom control for smooth zooming on multi-touch devices. p=bbinet,me r=crschmidt (closes #3105)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11544 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-02-26 02:22:45 +00:00 |
|
Tim Schaub
|
1425c2b0e6
|
Making it so the map doesn't show the white void beyond the edge of the world.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11543 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-02-26 00:33:10 +00:00 |
|
Tim Schaub
|
76a420b278
|
Making it so the navigation control zooms out on two touch taps. r=erilem (closes #3127)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11537 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-02-25 18:35:50 +00:00 |
|
Tim Schaub
|
960ef3de18
|
Don't store touch events. The same event is used between touchstart, touchmove, and touchend. Instead, we store event details on the handler and use those when needed. p=bbinet, r=me (closes #3120)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11507 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-02-25 14:52:56 +00:00 |
|
Tim Schaub
|
b6cc99be8f
|
Adding a distanceTo for pixels. p=bbinet, r=me (closes #3119)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11491 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-02-25 13:34:59 +00:00 |
|
Tim Schaub
|
f7fcb86ee9
|
Making it so moveTo is only called once when creating a map with center and layers options. r=crschmidt (closes #3114)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11480 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-02-25 11:47:41 +00:00 |
|
Tim Schaub
|
3f47ab809c
|
Remove unused google.css.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11472 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-02-25 10:02:20 +00:00 |
|
Tim Schaub
|
7d195697b6
|
Adding example demonstrating device orientation and accelerometer use. Nice example from cmoullet (closes #3083).
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11463 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-02-25 08:59:04 +00:00 |
|
Tim Schaub
|
9d6d6bdd27
|
Adding profile for mobile builds (see #3069).
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11458 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-02-25 08:48:33 +00:00 |
|
Tim Schaub
|
680923319c
|
Adding a pinch handler for multi-touch devices. Great patch from Bruno. p=bbinet, r=me (closes #3077)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11389 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-02-24 10:05:49 +00:00 |
|
Tim Schaub
|
fa32a4a645
|
Arrange elements so we can get mouse events on controls while preventing the default (scroll) behavior on touch devices. r=elemoine (closes #3091)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11365 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-02-23 17:59:37 +00:00 |
|
Tim Schaub
|
0961132ab6
|
Opening popup windows with the same query string from the parent. This allows mode=build for tests in popups.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11341 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-02-23 15:54:26 +00:00 |
|
Tim Schaub
|
8284c81b3b
|
We register for mousemove, we generate mousemove, and IE gives us event.type 'load'. This is likely the window event property.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11318 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-02-23 13:48:49 +00:00 |
|
Tim Schaub
|
f55291bd34
|
Updating the EventPane tests so we always run the same number of tests (except Firefox) and report better failures.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11312 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-02-23 13:21:47 +00:00 |
|
Tim Schaub
|
8ef02b39ef
|
Adding detail to the messages for easier failure detection.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11292 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-02-23 10:28:27 +00:00 |
|
Tim Schaub
|
9ebdb1e4f7
|
No floats above map containers without position or clear.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11289 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-02-23 10:14:53 +00:00 |
|
Tim Schaub
|
257b96b309
|
Only invoke the landscape rules if the max width is fewer than 600 px (thanks aabt).
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11287 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-02-23 10:04:55 +00:00 |
|
Tim Schaub
|
75538b6f42
|
Getting consistent datestring parsing in Chrome and Firefox. r=crschmidt (closes #2994)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11281 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-02-23 09:32:36 +00:00 |
|
Tim Schaub
|
c55323cf3a
|
More descriptive titles.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11264 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-02-22 22:38:31 +00:00 |
|
Tim Schaub
|
7fe4329afe
|
Linking to example source code. Setting watch checkbox to match initial control state.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11263 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-02-22 22:00:59 +00:00 |
|
Tim Schaub
|
d21b7b081f
|
Taking advantage of the nice media query styles. Separating code from markup.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11261 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-02-22 21:21:31 +00:00 |
|
Tim Schaub
|
406bca8d70
|
Adding title and description to mobile examples.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11260 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-02-22 20:56:27 +00:00 |
|
Tim Schaub
|
1619f0801b
|
Working with json if available. Fall back to simplejson.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11259 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-02-22 20:55:36 +00:00 |
|
Tim Schaub
|
8965a61c75
|
Making it so the click handler works even if other listeners stop propagation on touchstart. r=elemoine (closes #3089)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11253 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-02-22 15:28:31 +00:00 |
|
Tim Schaub
|
629720b2d1
|
Fewer pink tiles.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11248 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-02-22 15:08:17 +00:00 |
|
Tim Schaub
|
849426f845
|
Making it so controls that register for mousedown and mouseup work in touch environments. r=crschmidt (closes #3075)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11207 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-02-21 17:31:19 +00:00 |
|
Tim Schaub
|
3066b50956
|
Removing the ie-killer trailing comma to make the mobile.html example work for crschmidt (and debunking the myth that you can't render a map with a script in the body).
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11205 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-02-21 16:12:55 +00:00 |
|
Tim Schaub
|
fa15785c96
|
Updating the update_dev_dir script to use the tests.cfg profile. This brings in lang and console utilities.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11175 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-02-21 12:01:39 +00:00 |
|
Tim Schaub
|
17eaecc4e5
|
Excuse the bad commit message on r1172. This change and that one add a reusable empty function. r=ahocevar (closes #3073)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11174 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-02-21 12:01:17 +00:00 |
|
Tim Schaub
|
174bd431f4
|
Updating the update_dev_dir script to use the tests.cfg profile. This brings in lang and console utilities.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11172 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-02-21 11:54:15 +00:00 |
|
Tim Schaub
|
d33477d65f
|
A framework-less example that will soon work.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11157 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-02-20 17:31:46 +00:00 |
|
Tim Schaub
|
a736a44955
|
Reverting before update to avoid conflicts when examples are removed.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11150 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-02-20 15:24:08 +00:00 |
|
Tim Schaub
|
5e091d46d8
|
Use OpenLayers.Console.log. Make gg and sm globally available so we can transform position.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11149 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-02-20 15:06:53 +00:00 |
|
Tim Schaub
|
0781655e19
|
Removing scrolling workaround.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11132 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-02-17 05:29:11 +00:00 |
|
Tim Schaub
|
0fa37001dc
|
Prevent scrolling from map.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11131 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-02-17 05:07:50 +00:00 |
|
Tim Schaub
|
6e13d7f8f3
|
Adding Sencha Touch example.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11124 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-02-16 08:50:32 +00:00 |
|
Tim Schaub
|
b3ca71d48f
|
Remove unused log element.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11123 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-02-16 08:47:14 +00:00 |
|
Tim Schaub
|
1be7701c8f
|
Add example using jQuery mobile (limited functionality).
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11119 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-02-16 00:34:16 +00:00 |
|
Tim Schaub
|
47767fbd0c
|
Adding igrcic to the authors list.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11096 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-02-10 19:28:39 +00:00 |
|
Tim Schaub
|
5d92c646b6
|
Correcting link to source.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11066 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-02-01 16:05:47 +00:00 |
|
Tim Schaub
|
6b0b3375e3
|
Adding a parser for reading and writing CQL. This can be used to create filters to be used in rules when styling or it can be used to serialize filters when making requests to services that supprot CQL. p=dwinslow, r=me (closes #2522)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11065 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-01-28 23:15:10 +00:00 |
|
Tim Schaub
|
c8c8a74be7
|
In r11031 support was added for writing null geometries in an update transaction. This change corrects the syntax for null geometries, omitting the wfs:Value element altogether. r=ahocevar (closes #3010).
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11034 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-01-14 16:13:10 +00:00 |
|
Tim Schaub
|
441a5408cd
|
Adding support for a tileOrigin property to all gridded layers. If working with a cache of tiles that don't align with the bottom left corner of the layer's maxExtent property, set the layer's tileOrigin property. This change also removes the tileExtent property (not in any release), favoring tileOrigin as the way to determine how the grid is aligned. r=ahocevar (closes #3011).
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11033 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-01-14 15:56:07 +00:00 |
|
Tim Schaub
|
f68ee50a8e
|
Allow WFS transactions with null geometry. r=ahocevar (closes #3010)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11031 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-01-13 19:37:35 +00:00 |
|
Tim Schaub
|
1c1bcf86ff
|
Clarifying docs and removing a bit of lint.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11020 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-01-07 22:28:25 +00:00 |
|
Tim Schaub
|
ece7beff27
|
I'm assuming that it was a mistake to remove the v3.2 bit in r11018 (this keeps us from getting that annoying popup). Please clarify if it was indeed supposed to be removed. (see #2985)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11019 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-01-07 22:21:53 +00:00 |
|
Tim Schaub
|
472f0e55fe
|
Not really required here, but taking a shortcut.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11017 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-01-07 00:13:46 +00:00 |
|
Tim Schaub
|
8c258e9901
|
Control resolution at which snapping is considered with minResolution and maxResolution per target. r=elemoine (closes #3007).
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11016 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-01-06 21:41:25 +00:00 |
|
Tim Schaub
|
8dd58e484a
|
Optionally include SRS id in serialized BBOX by constructing a HTTP protocol with srsInBBOX true. r=elemoine (closes #3006).
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11015 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-01-06 21:39:14 +00:00 |
|
Tim Schaub
|
6ccbdf330c
|
Updating load order for Util tests.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11014 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-01-05 19:34:59 +00:00 |
|
Tim Schaub
|
b6de19074e
|
A critical oversight in r11003. The Class.js script must be loaded first now (see #2992).
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11013 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-01-05 19:33:03 +00:00 |
|
Tim Schaub
|
11c609d3fd
|
Simplifying the build profiles. Build only commit.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11008 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-01-05 17:43:28 +00:00 |
|
Tim Schaub
|
b9b7a68b19
|
Declaring dependencies in the source. Comments only commit.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11007 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-01-05 17:42:45 +00:00 |
|
Tim Schaub
|
0bc34e48c6
|
Simplifying the toposort method used for sorting dependencies. The new version imposes an arbitrary sort order for circular dependencies (instead of bombing out). The merge script now uses this new toposort. Tools only commit.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11006 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-01-05 17:39:44 +00:00 |
|
Tim Schaub
|
52a105c3aa
|
Adding the tile extent examples as part of #3002.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11005 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-01-05 17:37:58 +00:00 |
|
Tim Schaub
|
9e89f4f173
|
Removing the OpenLayers.Util.extend method to the Class.js file to avoid a circular dependency that cannot be resolved with an arbitrary sort order. r=elemoine (closes #2992)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11003 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-01-05 17:24:32 +00:00 |
|
Tim Schaub
|
373dc629bb
|
For gridded layers where the tile lattice on the server doesn't align with the maxExtent on the client, set the layer tileExtent property. r=ahocevar (closes #3002)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11002 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-01-05 17:21:58 +00:00 |
|
Tim Schaub
|
ad54169479
|
Happy New Year.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10995 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-01-03 15:39:40 +00:00 |
|
Tim Schaub
|
e7803974b0
|
A bit of lint removal.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10990 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-01-01 23:48:08 +00:00 |
|
Tim Schaub
|
7eed099b4e
|
Getting specific about the radix. Trivial change.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10989 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-01-01 23:41:47 +00:00 |
|
Tim Schaub
|
564376c847
|
Only loading what is strictly required by Util tests (see #2947).
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10977 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2011-01-01 18:44:59 +00:00 |
|
Tim Schaub
|
62d91da358
|
Using the v3.2 api to avoid attribution popup.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10974 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2010-12-17 16:04:06 +00:00 |
|
Tim Schaub
|
697ee375b8
|
Making it clearer what WKT read does with a geometry collection.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10972 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2010-12-16 19:31:10 +00:00 |
|
Tim Schaub
|
e00a21541d
|
Serializing features with OpenLayers.Geometry.Collection geometries as GEOMETRYCOLLECTION in WKT. p=strk, r=me (closes #2706).
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10971 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2010-12-16 19:14:44 +00:00 |
|
Tim Schaub
|
4104942bca
|
Manual test for Google v3 resizing issue.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10957 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2010-12-08 17:58:41 +00:00 |
|
Tim Schaub
|
43dd65d357
|
Avoiding infinite recursion when getting bounds of geometry collections. r=ahocevar (closes #2967)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10953 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2010-12-07 23:37:56 +00:00 |
|
Tim Schaub
|
8e9087344d
|
Updated single tile example.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10883 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2010-11-10 18:23:58 +00:00 |
|
Tim Schaub
|
003312856c
|
Update KML layer example.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10875 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
|
2010-11-05 21:56:24 +00:00 |
|