mosesonline
0cdb3aeb52
[BugFix] Fix selectFeatures is null exception when layer is destroyed. Since you can listen only to preremovelayer to handle removing layer with SelectFeature. But preremovelayer is triggered after selectFeatures is set to null.
2012-12-18 09:34:48 +01:00
mosesonline
9ea9b85988
Revert "[New] raise feature function to move features in layer."
...
This reverts commit cb1c3a834a .
the drawing order is controlled by Renderer not the Layer classes
2012-12-11 07:27:09 +01:00
mosesonline
5bffb3dea3
Update lib/OpenLayers/Handler/Feature.js
...
simplify code a little
2012-12-07 12:46:28 +01:00
Slawomir Messner
cb1c3a834a
[New] raise feature function to move features in layer.
2012-09-18 08:14:54 +02:00
ahocevar
503fff32b6
Merge pull request #455 from ahocevar/455
...
Support Subdomains in Openlayers WMTS. r=@sbrunner
2012-09-13 07:07:11 -07:00
Stéphane Brunner
4b91b9c304
Merge pull request #615 from sbrunner/wmts-first-matrix-set
...
gets the first matrix set instance of only the unique one
2012-09-13 06:06:04 -07:00
Tim Schaub
877d81cffa
Merge pull request #676 from tschaub/osm-copyright
...
Updating attribution for OSM layer.
2012-09-12 20:39:23 -07:00
Tim Schaub
9607ee480a
Using the entity reference for copyright symbol.
2012-09-12 21:38:30 -06:00
tschaub
499055e247
Updating attribution for OSM layer.
...
See http://www.openstreetmap.org/copyright for details.
2012-09-12 09:15:46 -06:00
Marc Jansen
2a48759bc9
Merge pull request #675 from marcjansen/no-tabs
...
Replace tabs with spaces where appropriate.
2012-09-11 12:55:43 -07:00
Marc Jansen
1348f97546
Replace tabs with spaces where appropriate.
2012-09-11 21:51:18 +02:00
Stéphane Brunner
f7ca64b1aa
Merge pull request #671 from sbrunner/add-missing-requires
...
Add missing requires on Request for UTFGrid Tile
2012-09-11 10:58:24 -07:00
Stéphane Brunner
341c08adee
Add missing requires on Request for UTFGrid
2012-09-11 11:38:24 +02:00
ahocevar
c88ad36600
Comment about side effect.
...
I wonder why isFixed is advertised as APIProperty for Vector layers.
2012-09-07 12:18:12 +02:00
Marc Jansen
6b2836b455
Merge pull request #665 from marcjansen/selected-evt
...
SLDSelect: Make it possible to change the filter in handlers
2012-09-06 05:23:39 -07:00
Marc Jansen
1063a4cd19
Make it possible to change the filter in handlers
...
Trigger the 'select'-event earlier, this way any handlers for the event can
change both the filter and the resulting SLD inside the callback.
2012-09-06 13:29:59 +02:00
Marc Jansen
97b75578ba
Update lib/OpenLayers/Control/SLDSelect.js
...
Correct API docs. Non-functional change.
2012-09-06 10:40:13 +03:00
ahocevar
2197f1656a
Updating row/col sizes in tests (see #639 )
2012-08-31 11:11:34 +02:00
Marc Jansen
60cc590bf2
Another API-docs spelling error.
2012-08-30 00:46:57 +03:00
Marc Jansen
a4bc3f33e6
Fix API-docs spelling error.
...
This fixes #654 . Thanks to @dandv for catching this.
2012-08-30 00:40:43 +03:00
ahocevar
ec26dd6564
Merge pull request #644 from fastrde/ModifyFeatureDocumentDrag
...
Adds documentDrag to ModifyFeature
2012-08-27 02:53:39 -07:00
fastr
e8716847f8
Adding DocumentDrag to ModifyFeature
2012-08-25 23:37:39 +02:00
fastr
053dba59a1
Inserted documentDrag in ModifyFeature so that you can drag vertices over the viewport of the map in analogy to the DragFeature-Control. documentDrag is internaly passed to the DragFreature that's used by ModifyFeature.
2012-08-25 23:30:27 +02:00
Marc Jansen
1d670fcddb
Merge pull request #642 from marcjansen/api-docs
...
Better documentation. Non-functional change.
2012-08-22 15:11:53 -07:00
Marc Jansen
287e9caf46
Code docs for the Bounds-class.
2012-08-22 23:59:11 +02:00
Marc Jansen
04e271570b
Document the VERSION_NUMBER "constant".
2012-08-22 23:52:12 +02:00
ahocevar
ddd4c4c022
Merge pull request #517 from ahocevar/no-percent
...
No more percentage based positioning. r=@bartvde,@elemoine,@rdewit
2012-08-21 05:02:11 -07:00
ahocevar
75f2e1f847
Addressing @bartdve's review comments.
2012-08-21 14:00:48 +02:00
ahocevar
a3ec0f77e0
Using integer pixel space to avoid whitespace between tiles.
2012-08-21 13:57:11 +02:00
ahocevar
475cd7cd60
Fixing test (backBufferLonLat should not be OpenLayers.Bounds).
...
Thanks @rdewit for the IE7 test report - this fixes one of the reported issues.
2012-08-21 13:57:11 +02:00
ahocevar
b2210d00a9
Removing no longer needed code.
...
Thanks @elemoine for catching the IE6 reflow in Tile/Image.js.
2012-08-21 13:57:11 +02:00
ahocevar
f0ad48597f
No more percentage based positioning.
...
Client zoom now supports both over- and undersampling.
2012-08-21 13:57:11 +02:00
ahocevar
405cebd482
Merge pull request #639 from ahocevar/grid-align
...
When using a buffer, the grid lacks rows/columns at the top/left. r=@bartvde
2012-08-21 04:47:10 -07:00
ahocevar
26d4fe3ce8
Making row and column size consistent, as suggested by @bartvde.
2012-08-21 13:37:48 +02:00
ahocevar
0f58868830
When using a buffer, the grid lacks rows/columns at the top/left.
...
This is because the threshold used for deciding when a column or row is shifted is too far to the bottom right. A tiny fix, but effective. A new test makes sure that we don't shift columns more than necessary when the layer is dragged.
2012-08-20 18:52:17 +02:00
ahocevar
87e7cfe29c
Merge pull request #632 from ahocevar/wps-client
...
WPS Client. r=@bartvde,@tschaub
2012-08-18 10:01:01 -07:00
ahocevar
e04d7cd627
Addressing final review comments.
2012-08-18 18:56:36 +02:00
Marc Jansen
470dde0e38
Documentation enhancements. No functional change.
2012-08-17 23:41:19 +02:00
Marc Jansen
b7063b364c
Enhancements to the MouseCoordinates example.
...
Non-functional change.
2012-08-17 23:40:18 +02:00
Marc Jansen
df19317c95
Merge branch 'master' of https://github.com/openlayers/openlayers
...
Conflicts:
tests/list-tests.html
2012-08-17 22:46:06 +02:00
Bart van den Eijnden
f6adcd2651
Merge pull request #637 from bartvde/resizecleanup
...
cleanup and always use window resize as suggested by @tonio (r=@tonio)
2012-08-17 03:50:47 -07:00
Bart van den Eijnden
7b4cb8e3f5
cleanup and always use window resize as suggested by @tonio
2012-08-17 11:36:03 +02:00
Bart van den Eijnden
5e4aea58f1
Merge pull request #636 from bartvde/autoresize
...
introduce new property on the Map called autoUpdateSize (r=@ahocevar)
2012-08-17 01:22:23 -07:00
Bart van den Eijnden
3b9ce4ca2d
introduce new property on the Map called autoUpdateSize which lets applications take control of window resizing / device orientation changes if they want to
2012-08-17 10:13:04 +02:00
Bart van den Eijnden
2843a18602
Revert "fix issue with orientation changes on mobile devices (tested on Motorola Xoom 2 with Android 3.2.2 in the stock browser)"
...
This reverts commit 39a6d7d8ef .
2012-08-16 16:35:21 +02:00
Bart van den Eijnden
e4e06a877f
Merge pull request #635 from bartvde/resize
...
fix issue with orientation changes on mobile devices (r=@ahocevar and thanks to @ahocevar for coming up with this idea in the first place)
2012-08-16 05:28:07 -07:00
Bart van den Eijnden
39a6d7d8ef
fix issue with orientation changes on mobile devices (tested on Motorola Xoom 2 with Android 3.2.2 in the stock browser)
2012-08-16 14:21:36 +02:00
tschaub
5cf260f38a
Add missing requires ( closes #633 ).
2012-08-14 11:01:58 -06:00
ahocevar
88572303fb
Addressing @tschaub's review comment.
2012-08-14 13:31:41 +02:00
ahocevar
5fff368a2d
Addressing review suggestions and fixing asynchronous function calls.
...
This commit addresses @bartvde's review comments, adds more documentation, and fixes asynchronous function calls. Previously, when creating multiple processes with the same identifier, the describe callback would only have been called for the first process. This was fixed to move DescribeProcess handling from WPSProcess to WPSClient.
2012-08-14 13:17:07 +02:00