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 |
|
Éric Lemoine
|
6a43fcaefc
|
change buttonclick.getPressedButton depth value from 5 to 3, this allows buttons with grand children (2 levels)
|
2012-02-29 13:34:47 +01:00 |
|
ahocevar
|
8ea3b1bd3e
|
Merge pull request #255 from ahocevar/255
LayerSwitcher broken when rendered to custom div. r=@elemoine
|
2012-02-29 04:25:18 -08:00 |
|
Peter Robins
|
55c18076d3
|
Make layer opacity api property
|
2012-02-29 10:40:20 +00:00 |
|
Bart van den Eijnden
|
b699afa57f
|
make vendorOptions an object instead of an array, which makes it more convenient to prevent duplicate vendorOptions
|
2012-02-29 10:57:08 +01:00 |
|
ahocevar
|
d0c782ca74
|
Making LayerSwitcher work again outside viewport.
|
2012-02-29 10:40:45 +01:00 |
|
Éric Lemoine
|
00909404ab
|
[Event.buttonclick] make buttonclick work if target element is a child of the clicked button
|
2012-02-29 00:56:52 +01:00 |
|
Xavier Mamano
|
9e48825205
|
Preserve the title and the className if they are set in createControlMarkup.
|
2012-02-28 22:28:33 +01:00 |
|
Éric Lemoine
|
3b7585be24
|
avoid useless deref
|
2012-02-28 22:28:33 +01:00 |
|
Éric Lemoine
|
e551fc672c
|
[Event.buttonclick] make buttonclick work on RETURN/SPACE keydown
|
2012-02-28 22:28:33 +01:00 |
|
Éric Lemoine
|
5539f6e958
|
[Control.Panel] place code creating the control markup in a separate function
|
2012-02-28 22:28:33 +01:00 |
|
Frédéric Junod
|
e14347dbc3
|
Merge pull request #29 from fredj/map-original-options
Expose map original options. r=@elemoine
|
2012-02-28 07:07:31 -08:00 |
|
Bart van den Eijnden
|
dd97bed3b4
|
merge with trunk
|
2012-02-28 13:31:14 +01:00 |
|
Éric Lemoine
|
43809ea330
|
Merge pull request #222 from camptocamp/access_keyboardcontrol
KeyboardDefaults control improvements
|
2012-02-28 03:02:19 -08:00 |
|
Arjen Kopinga
|
1c6d44e5d5
|
Moved symbol definitions to Renderer.js
|
2012-02-28 11:52:46 +01:00 |
|
ahocevar
|
4ee28dc63e
|
Simplifying logic that returns undefined when root is invisible.
|
2012-02-28 10:45:18 +01:00 |
|
Arjen Kopinga
|
bf834e6b8e
|
being a good coder and adding braces around if statement body
|
2012-02-28 10:43:10 +01:00 |
|
Arjen Kopinga
|
4efa03eb59
|
Fix for being able to select a feature from an invisible layer that uses the Canvas renderer
|
2012-02-28 10:43:10 +01:00 |
|
fredj
|
f3c48d6963
|
Store the original map options into 'options' property
|
2012-02-28 10:07:59 +01:00 |
|
ahocevar
|
c55a8b554d
|
Merge pull request #229 from ahocevar/post-blank
Using a blankImageUrl that works for IFrames in IE9. r=@elemoine.
|
2012-02-28 00:23:51 -08:00 |
|
Éric Lemoine
|
5444fbcfc8
|
make the Google Closure compiler happier, no functional change
|
2012-02-28 09:08:13 +01:00 |
|
ahocevar
|
c2b8f9cdb5
|
Merge pull request #64 from tmcw/no-camel
Removing camelize method.
|
2012-02-28 00:05:58 -08:00 |
|
Bart van den Eijnden
|
6258c89d8c
|
Merge pull request #242 from bartvde/sld2
Add support for LabelPlacement of sld:TextSymbolizer (r=@ahocevar)
|
2012-02-28 00:00:01 -08:00 |
|
ahocevar
|
fa656e7ed6
|
Merge pull request #239 from ahocevar/3625
Removing imageOffset and using getImageSize. r=@elemoine
|
2012-02-26 09:25:29 -08:00 |
|
Éric Lemoine
|
3113aba7f1
|
Merge pull request #203 from probins/http
HTTP protocol: enable POST for update/delete
|
2012-02-26 01:16:49 -08:00 |
|
ahocevar
|
a2d658f75a
|
Merge pull request #245 from probins/mapdefaults
Map: check default controls are in build
|
2012-02-25 10:12:20 -08:00 |
|
Peter Robins
|
27e5aaf8f0
|
Map: check default controls are in build
|
2012-02-25 17:06:30 +00:00 |
|
Bart van den Eijnden
|
617ba736a2
|
if labelAlign is set, translate to AnchorPointX and AnchorPointY
|
2012-02-24 18:20:41 +01:00 |
|
Bart van den Eijnden
|
3b81b423a5
|
do not use rotation but use labelRotation instead (thanks @ahocevar for the catch)
|
2012-02-24 17:48:35 +01:00 |
|
Bart van den Eijnden
|
66d3b81929
|
remove accidentally commited swap file
|
2012-02-24 17:03:49 +01:00 |
|
ahocevar
|
284ec6a957
|
Merge pull request #243 from ahocevar/bing-maxresolution
If maxResolution is not set, we want the serverResolution. r=@bartvde
|
2012-02-24 07:27:28 -08:00 |
|
ahocevar
|
094bedda9a
|
If maxResolution is not set, we want the serverResolution.
After 2fe882f4d8, no default maxResolution is set. To make the Math.min not return 0, we need a fallback if no maxResolution was configured.
|
2012-02-24 16:04:07 +01:00 |
|
Bart van den Eijnden
|
c7a631c2e5
|
correct typo
|
2012-02-24 15:59:14 +01:00 |
|
Bart van den Eijnden
|
f05564cdb3
|
add support for LinePlacement
|
2012-02-24 15:42:49 +01:00 |
|
Bart van den Eijnden
|
6411a6c0ef
|
implement TextSymbolizer->PointPlacement
|
2012-02-24 14:58:36 +01:00 |
|
Bart van den Eijnden
|
2e69d68102
|
map fill-opacity in TextSymbolizer to fontOpacity
|
2012-02-23 15:55:40 +01:00 |
|
Bart van den Eijnden
|
330777dd82
|
Merge branch 'master' of github.com:openlayers/openlayers into sld
|
2012-02-23 15:37:26 +01:00 |
|
ahocevar
|
69660e3530
|
Minor coding style improvements.
|
2012-02-22 17:22:30 +01:00 |
|
Bart van den Eijnden
|
7fb62b6933
|
more complete inheritance of readers and writers
|
2012-02-22 16:18:41 +01:00 |
|
Arjen Kopinga
|
bb3ae99713
|
forgot to actually used featureId in getFeatureIdFromEvent
|
2012-02-22 15:57:54 +01:00 |
|
Arjen Kopinga
|
1119146486
|
Small fix for hit detection on a canvas layer as an illegal feature id might result at a location where the edge of one feature intersects the interior of another. This is due to antialiasing on the hit context canvas which can't be turned off, unfortunately.
|
2012-02-22 15:39:31 +01:00 |
|
Arjen Kopinga
|
d6e28e5ab9
|
Added support for named graphics to Canvas renderer
|
2012-02-22 15:26:21 +01:00 |
|
Bart van den Eijnden
|
941f3c0913
|
change comment to highlight it's both read and write
|
2012-02-22 12:23:20 +01:00 |
|
Bart van den Eijnden
|
f0cb98a9bf
|
a bit of restructuring, also making sure that a Graphic in a TextSymbolizer can be read and written (this is a GeoServer extension to produce e.g. highway shields)
|
2012-02-22 11:57:42 +01:00 |
|
Bart van den Eijnden
|
82a8602b45
|
use a more clean way to achieve the same
|
2012-02-22 11:50:37 +01:00 |
|
Bart van den Eijnden
|
b2f95bd537
|
TextSymbolizer->Fill->CssParameter['fill'] should map to fontColor instead
|
2012-02-22 11:03:48 +01:00 |
|
Bart van den Eijnden
|
050f72b443
|
start on a GeoServer profile for SLD
|
2012-02-22 09:55:45 +01:00 |
|
ahocevar
|
85498cb23f
|
Removing imageOffset and using getImageSize.
This fixes a regression that was introduced with the Tile.Image overhaul. See http://trac.osgeo.org/openlayers/ticket/3625.
|
2012-02-21 15:06:32 +01:00 |
|
Bart van den Eijnden
|
990a33662e
|
incorporate @ahocevar's review
|
2012-02-21 12:09:19 +01:00 |
|