Bart van den Eijnden
fd6e7ebe03
allow versioned profiled parsers to fallback to the non-profiled parser, this will help deal with situations in which a WMSC parser is created, the server is requested for WMS 1.1.1, but returns 1.1.0
2012-10-08 16:28:19 +02:00
ahocevar
88a7b7d3e2
Testing backwards compatibility
2012-10-02 16:11:27 +02:00
ahocevar
84a8d8d1f6
Applying VersionedOGC pattern to WMSDescribeLayer format
...
The WMSDescribeLayer format currently differs from other formats that
inhreit from VersionedOGC by having an array instead of an object as return
type. This especially bad since the VersionedOGC superclass sets a version
property on the array. With this change, the WMSDescribeLayer format will
also be compatible with GeoServer's new JSON response type for
DescribeLayer - see
http://sourceforge.net/mailarchive/message.php?msg_id=29912776 .
Another change included here is the removal of the WMSDescribeLayer
format's getVersion hack, which was replaced by a generic fallback to less
generic parsers, e.g. from a v1_1_1 parser to a v1_1 parser if v1_1_1 is
not implemented.
2012-10-02 14:35:05 +02:00
ahocevar
22c5e76b0b
Support for multiple resource urls
...
With this change, createLayer generates url arrays for both KVP and REST
encoding if multiple resource urls are provided. To make this work, the
WMTSCapabilities format got a new resourceUrls property, because
previously only the first resourceUrl for a format was stored.
2012-10-01 15:28:30 +02:00
Stéphane Brunner
e8987c0683
Gets the right url ( #608 / 3)
2012-09-14 15:39:12 +02:00
Stéphane Brunner
9d31c57e2a
correct units in WMTS capabilities
2012-07-30 23:17:11 +02:00
ahocevar
c786952219
Fixing tests.
2012-07-20 09:19:20 +02:00
Stéphane Brunner
d42f5ee993
Merge pull request #271 from sbrunner/wmts-capabilities
...
Create Layer from WMTS capabilities in rest mode
2012-06-27 01:34:02 -07:00
Stéphane Brunner
484eda2ee5
add alternate projection parsing
2012-06-26 16:20:36 +02:00
Stéphane Brunner
419ead9191
fix projection syntax
2012-06-26 16:09:38 +02:00
Bart van den Eijnden
69c8a8e161
Merge pull request #378 from bartvde/wfsdft
...
error handling in WFSDescribeFeatureType format (r=@ahocevar,elemoine)
2012-06-19 08:31:57 -07:00
Bart van den Eijnden
62f3f70910
Merge pull request #523 from jachym/master
...
Modifications for OpenLayers.Format.WPS* (p=@jachym,r=@bartvde)
2012-06-18 06:35:49 -07:00
ahocevar
fa90a42806
Respect the srsDimension attribute.
...
This also fixes http://trac.osgeo.org/openlayers/ticket/2762 . Note: it seems there is no "dimension" attribute for posList in the spec. This attribute name is only used in some examples of the GML 3.1 specification, but it is not mentioned in any of the XSDs.
2012-06-14 12:44:20 +02:00
Jachym Cepicky
42b0172ab2
removed debugging text
2012-06-13 08:58:09 +02:00
Jachym Cepicky
ff06ab64c6
Added changes to Format/WPS*: BoundingBox for DescribeProcess, multiple outputs for Execute as well as Format.WPS.readers
2012-06-12 22:48:48 +02:00
Stéphane Brunner
8d1d08b0c2
add tests to create a REST WMTS Layer
2012-06-11 13:21:35 +02:00
Peter Robins
082a1f38f4
KML createPlacemark should use attributes.name
2012-05-27 14:26:15 +01:00
Éric Lemoine
985233c2dd
Merge branch '2.12'
2012-05-16 21:05:47 +02:00
Éric Lemoine
114541d0b7
use t.geom_eq in GPX tests
2012-05-15 08:58:23 +02:00
Peter Robins
9ea3c2f121
Fix GPX write Point transform
2012-05-14 14:21:23 +01:00
Bart van den Eijnden
a00b565fcc
Merge pull request #372 from bartvde/graphictext
...
setting graphic to false by default when reading a TextSymbolizer (r=@ahocevar)
2012-03-30 17:00:27 -07:00
Bart van den Eijnden
4b22a1e2d2
move logic into GeoServer profile as suggested by @ahocevar
2012-03-31 01:26:37 +02:00
Bart van den Eijnden
2e83863e90
error handling in WFSDescribeFeatureType format
2012-03-30 23:04:03 +02:00
Bart van den Eijnden
33f8fa0aff
add exception handling to WMSDescribeLayer Format
2012-03-29 23:22:31 +02:00
Bart van den Eijnden
75c187d5a3
setting graphic to false by default when reading a TextSymbolizer, just like is done on other symbolizers
2012-03-29 22:13:24 +02:00
Bart van den Eijnden
430d09eb55
incorporate review by @marcjansen
2012-03-21 12:17:44 +01:00
Bart van den Eijnden
7a769830fe
ignore whitespace in filter values
2012-03-19 11:13:27 +01:00
Bart van den Eijnden
9707a388c3
typo
2012-03-08 15:52:03 +01:00
Bart van den Eijnden
5d9791133e
do not output graphic inside of textsymbolizer if graphic is set to false
2012-03-08 15:47:43 +01: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
Peter Robins
eb47d97774
KML: write attributes; add option for kvp attributes
2012-03-01 12:56:38 +00:00
Bart van den Eijnden
2421ed6da3
add comments to the test (suggestion by @ahocevar)
2012-02-29 14:53:20 +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
Bart van den Eijnden
afe2966385
Merge pull request #208 from bartvde/wfs11
...
implement readers for URL endpoints in WFS 1.1, this meant restructuring the WFS Capabilities format to use the new readers and writers structures (r=@ahocevar)
2012-02-28 04:32:59 -08:00
Marc Jansen
631f6b5d3d
Merge pull request #218 from marcjansen/testsuite-fixes
...
Testsuite fixes
2012-02-28 04:32:36 -08:00
Bart van den Eijnden
dd97bed3b4
merge with trunk
2012-02-28 13:31:14 +01: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
Bart van den Eijnden
12d8220992
add a testcase for the labelAlign to AnchorPoint translation
2012-02-24 18:35:20 +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
d4e0947f1a
even though the parsing and writing is the same for all VendorOption tags, add a more complete list in the test SLD
2012-02-22 12:18:56 +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
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
Pierre GIRAUD
6608f5fd94
GPX Format - Adding the mandatory creator attribute
2012-02-15 11:58:52 +01:00
Marc Jansen
436301c9ed
Fix Format.XML test where a defined variable wasn't used. This resulted in an
...
"DOM Exception: INVALID_CHARACTER_ERR (5)" in Chrome 17.
2012-02-15 10:44:34 +01:00
Marc Jansen
c776dac2c2
Make precision in test configurable.
2012-02-15 10:02:33 +01:00
Marc Jansen
48a47b993a
Fix a Format.WKT test that failed due to rounding / precision of values.
2012-02-15 09:38:57 +01:00
Bart van den Eijnden
6bbcb20fac
rewrite WFSCapabilities parser to the new readers structure, and use OWSCommon readers. This will mean that the return structure will differ for WFS 1.0 and WFS 1.1, but I think it's better to adhere to OWSCommon structures here since this will allow similar structures over different OGC Web Services
2012-02-10 10:12:55 +01:00