Arjen Kopinga
a836224a14
added hit detection for symbol edges to canvas renderer with unit tests
...
Added unit tests for hit detection on invisible canvas layer
simplified unit test for hit detection on invisible canvas
2012-03-06 14:12:53 +01:00
Éric Lemoine
539e2fc4db
Merge pull request #241 from argson/master
...
Added translations for Polish language
2012-03-06 00:24:15 -08:00
Éric Lemoine
3b860ca4d7
Merge pull request #168 from jorix/Docs-issues3
...
Some problems in the documentation
2012-03-06 00:05:52 -08:00
Tim Schaub
8d6bddf0ac
A simple zoom control with zoom in/out links.
...
The zoom control allows for zoom in/out links that can be styled with CSS.
Note: This change was originally captured in #269 . It involves nice additions thanks @ahocevar. The changes were unintentionally merged and then reverted with fb3caf1561 , so the history of commits is not immediately apparent (though still likely there somewhere due to the magic of git).
2012-03-05 22:11:36 -07:00
Éric Lemoine
d5da1130b5
Merge pull request #207 from probins/script
...
Change Protocol/Script registry to object
2012-03-05 13:52:44 -08:00
ahocevar
fb3caf1561
Revert "Merge branch 'master' of github.com:openlayers/openlayers"
...
This reverts commit 12f191a690 , reversing
changes made to 49b3dc85c2 . See #269 .
2012-03-05 18:56:50 +01:00
ahocevar
abbf679ab6
Fixing typo in docs
2012-03-05 16:46:45 +01:00
ahocevar
d6ffd60199
Merge pull request #283 from ahocevar/tileerror
...
New events: loaderror for Tile, tileerror for Layer.Grid. r=@bartvde
2012-03-05 06:10:22 -08:00
ahocevar
fe63d0aa63
New events: loaderror for Tile, tileerror for Layer.Grid.
2012-03-05 14:20:01 +01:00
Peter Robins
eb4bf5d438
OpenLayers.ImgPath should be API property
2012-03-05 13:13:51 +00:00
Xavier Mamano
bfb379f349
Fix some problems in the documentation.
2012-03-05 11:43:09 +01:00
Bart van den Eijnden
6204fe50c6
GetFeatureInfo requests should take EXCEPTIONS parameter from the WMS layer
2012-03-05 09:56:31 +01:00
Bart van den Eijnden
cf9cc27279
fix typo
2012-03-05 09:47:37 +01:00
Éric Lemoine
ba7e820adb
Merge pull request #278 from elemoine/revert-camelize-removal
...
Revert camelize removal
2012-03-05 00:37:32 -08:00
Tim Schaub
6345e87f04
Merge pull request #276 from jorix/remove_unused_code
...
Remove unused snappingOptions.
2012-03-04 19:10:41 -08:00
Éric Lemoine
c58f093615
Revert "Removing camelize method."
...
This reverts commit 43ef0920c2 .
2012-03-04 23:22:21 +01:00
ahocevar
ffac63045e
Removing duplicate setCanvasStyle method.
...
Thanks @jorix for catching this (see #238 ).
2012-03-04 19:56:41 +01:00
Xavier Mamano
af8a483f10
"snappingOptions" option is not used neither in lib examples and evidence.
2012-03-04 17:01:06 +01:00
ahocevar
12f191a690
Merge branch 'master' of github.com:openlayers/openlayers
2012-03-04 11:25:10 +01:00
Éric Lemoine
49b3dc85c2
Merge pull request #56 from jorix/3576-MeasureImm
...
#3576 Incorrect geometry passed to measurePartial
2012-03-03 23:59:54 -08:00
Éric Lemoine
e576eba862
add missing statement-ending semi-colon, refs #272
2012-03-03 23:57:02 +01:00
Éric Lemoine
9242846954
Merge pull request #272 from elemoine/revert-hasownproperty
...
do not generalize use of hasOwnProperty
2012-03-03 14:54:48 -08:00
Tim Schaub
bb76893abb
Merge pull request #273 from tschaub/permalink
...
Make permalink destruction safe (r: @ahocevar).
2012-03-03 14:07:54 -08:00
Tim Schaub
9a3b723ba4
Making it safe to destroy a permalink.
...
Previously, a map could not be destroyed if it included a permalink control without an "element". In addition, a permalink control could not be destroyed if it didn't have a reference to a map.
2012-03-03 14:42:43 -07:00
Tim Schaub
ac884a4de7
Merge pull request #270 from probins/argparsercenter
...
Make options.center compatible with permalink.
2012-03-03 13:37:26 -08:00
Éric Lemoine
9a116b21b9
Revert "protect for in loops with hasOwnProperty"
...
This reverts commit e3cc96dbfb .
2012-03-03 22:35:39 +01:00
Éric Lemoine
161b54b6f1
Revert "Fixing the extend method to work on IE."
...
This reverts commit 71276b5323 .
2012-03-03 22:35:31 +01:00
ahocevar
221f299650
Using buttonclick event to avoid issues on touch devices.
2012-03-03 22:21:01 +01:00
ahocevar
9860d60518
Merge branch 'zoom' of https://github.com/tschaub/openlayers into zoom
2012-03-03 22:20:49 +01:00
ahocevar
47d0eb1013
Documenting params
2012-03-03 19:14:52 +01:00
Peter Robins
bcba6bb0fd
Map: make options.center compatible with permalink
2012-03-03 17:06:14 +00:00
Tim Schaub
c6650087cc
Update zoom example to demonstrate custom style.
2012-03-02 23:51:39 -07:00
Tim Schaub
f45043967b
Zoom control tests.
2012-03-02 22:52:18 -07:00
Tim Schaub
b9b471f57b
Merge branch 'master' into zoom
2012-03-02 21:26:58 -07:00
tschaub
71276b5323
Fixing the extend method to work on IE.
...
In IE, events don't have a `hasOwnProperty` method. Instead of trusting that the source objects have this method, we call the same on the Object prototype. If we want to be safer about the `hasOwnProperty` calling done in e3cc96dbfb , we could create an `OpenLayers.Object.has` method that also used the Object prototype.
2012-03-02 16:54:59 -07:00
tschaub
0ce7674be6
Adding a simple zoom control.
...
This control generates simple zoom in/out links that can be styled with CSS.
2012-03-02 15:45:30 -07:00
Éric Lemoine
9b2e46d9c5
Merge pull request #189 from jorix/popup-bug_onImageLoad
...
A popup can be destroyed before obtaining the images of `contentDiv`.
2012-03-02 14:34:24 -08:00
tschaub
9b3a78ed5e
Fixing the build by adding missing var.
...
An undeclared variable snuck in with 930206fb57 . This breaks builds using closure compiler. Another reason to set up a CI server and a builds@ list.
2012-03-01 17:00:26 -07:00
Tim Schaub
485317567e
Merge pull request #266 from tschaub/permalink
...
Making map construction work with permalink.
2012-03-01 15:11:10 -08:00
ahocevar
930206fb57
Merge pull request #247 from probins/kmlatts
...
KML: write attributes; add option for kvp attributes
2012-03-01 14:30:11 -08:00
tschaub
4e9701caa8
Making map construction work with permalink.
...
If a map is configured with a permalink control and a center, the permalink control tries to work with the map center before setCenter is called. This sequence assumes that the map center will already be a LonLat. This fails if the map is constructed with a coordinate array. Safer move is to convert center to LonLat before controls are added.
2012-03-01 13:47:42 -07:00
Peter Robins
eb47d97774
KML: write attributes; add option for kvp attributes
2012-03-01 12:56:38 +00:00
Pierre GIRAUD
45daaf5dd2
Use the 3 available sub-domains for OSM by default
2012-03-01 11:54:07 +01:00
Bart van den Eijnden
726b9dead8
Merge pull request #262 from bartvde/forloops
...
protect for in loops with hasOwnProperty (r=@elemoine,@marcjansen)
2012-03-01 01:09:19 -08:00
Tim Schaub
de68e00a58
Merge pull request #263 from jorix/always_requires
...
Avoid using the [first] section. Specify dependencies in the lib.
2012-02-29 19:31:15 -08:00
Bart van den Eijnden
e3cc96dbfb
protect for in loops with hasOwnProperty
2012-02-29 18:43:55 +01:00
Xavier Mamano
fe33e29000
If using OpenLayers namespace must have at least one requirement.
2012-02-29 17:07:41 +01:00
ahocevar
fa30c1da5c
Don't overwrite params, and use params in Layer.ArcGISCache
2012-02-29 16:52:31 +01:00
Bart van den Eijnden
0e1a30b3cd
PointPlacement and LinePlacement are choices, so don't output both
2012-02-29 14:42:11 +01:00
Éric Lemoine
8273f153dc
Merge pull request #223 from camptocamp/access_panelbutton
...
make it possible to create accessible panel buttons
2012-02-29 04:39:57 -08:00