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
Peter Robins
584d33eaa3
GPX read should allow for blank attribute nodes
2012-02-16 13:32:10 +00:00
Pierre GIRAUD
cfaaa352f8
Update lib/OpenLayers/Format/GPX.js
2012-02-15 12:17:39 +01:00
Pierre GIRAUD
6608f5fd94
GPX Format - Adding the mandatory creator attribute
2012-02-15 11:58:52 +01:00
Pierre GIRAUD
cb65b69556
The root element shouldn't be prefixed, this is not XML valid. (checked using xmllint --noout --schema http://www.topografix.com/GPX/1/1/gpx.xsd mygpx.gpx)
2012-02-15 11:50:55 +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
Bart van den Eijnden
3a23f15041
implement readers for URL endpoints in WFS 1.1
2012-02-09 14:10:49 +01:00
Pierre GIRAUD
92f8040938
More up-to-date way to create or set namespacedj elements or attributes.
2012-02-08 10:39:31 +01:00
Pierre GIRAUD
030f8fdbb9
Adding missing schemalocation, version
2012-02-02 13:13:05 +01:00
Frederic Junod
56d22ff9ad
coding standards: replace 'new Array()' with '[]'
2012-02-01 11:08:56 +01:00
Pierre GIRAUD
359d48f466
Fixing typo
2012-01-26 15:37:13 +01:00
Bart van den Eijnden
33fd43d0ed
make GetRecords request work against pyCSW
2012-01-16 14:25:29 +01:00
Bart van den Eijnden
c667e9a147
ignore empty subject tags in CSWGetRecords parser
2012-01-13 13:05:20 +01:00
Xavier Mamano
5cbdd27706
Docs: Set many links as {<...>}
2012-01-12 20:03:40 +01:00
fredj
04ae5f8db8
Change all 'Return:' to 'Returns:' in documentation. Non functional change
2012-01-12 09:26:49 +01:00
Xavier Mamano
f4a6d4c7b2
Set key as property in Bing.js and many links as {<...>}
2012-01-09 00:30:53 +01:00
Xavier Mamano
f64dea59e8
More details manually observed while reviewing documentation.
2012-01-07 23:33:50 +01:00
Xavier Mamano
107edcf0e5
Some minor documentation adjustments.
2012-01-07 20:07:07 +01:00
Xavier Mamano
b7dee9ca6d
Some problems in the documentation detected using "closure_verify"
2012-01-07 19:29:41 +01:00
Tim Schaub
b26efd6beb
Merge pull request #126 from tomhughes/url-rewrite
...
Add an interception point to allow image URLs to be rewritten
2012-01-03 14:13:00 -08:00
tschaub
b844a3b11b
Happy New Year!
...
Updating copyright to 2012.
2012-01-03 09:01:10 -07:00
Tom Hughes
63fb2d4b04
Add an interception point to allow image URLs to be rewritten
...
Make all attempts to get a URL for an image go through a single
routine, OpenLayers.Util.getImageLocation, which is given the actual
image name.
This allows users to replace that routine with an enhanced version
which can rewrite the full URL, for example to go through the rails
asset pipeline when using OpenLayers with rails.
2011-12-31 12:19:10 +00:00
Peter Robins
52e7c932f7
Move symbolizer requires
2011-12-29 09:47:22 +00:00
Bart van den Eijnden
9f9829053a
do not wrap DOMElements in CDATA sections for WPS Execute, p=jachym, r=me (closes http://trac.osgeo.org/openlayers/ticket/3517 )
2011-12-14 15:20:00 +01:00
Éric Lemoine
3deeff74f5
comment noop code and make google compiler happy
2011-12-09 00:12:49 +01:00
Tim Schaub
3844b91cd6
Avoiding closure compiler warnings.
...
These comments are not parsed by Natural Docs and result in unnecessary warnings from closure compiler.
2011-11-30 22:25:38 -08:00
fredj
3252fb134d
Remove unneeded initialize functions
2011-11-24 09:17:27 +01:00
ahocevar
b5d41fae25
removing trailing comma
2011-11-14 09:34:44 +01:00
ahocevar
553eeb5a04
Merge pull request #50 from ahocevar/wmscaps-singlepass
...
Process WMSCapabilities property inheritance and flat layers list in a single pass for increased performance.
2011-11-14 00:14:24 -08:00
ahocevar
754312b20b
Support for basic literal/propertyname combinations in SLD. r=elemoine (closes http://trac.osgeo.org/openlayers/ticket/3506 )
2011-11-13 22:04:07 +01:00
ahocevar
5e4ee5e3c4
No more looping through attributes and complex attributes; set all in the first pass instead.
2011-11-13 17:48:45 +01:00
ahocevar
b563989985
no second pass to handle inheritance and nested layer
2011-11-13 17:14:13 +01:00
Tim Schaub
5f2a6d410b
Deprecated XML.js method.
2011-11-08 22:07:29 -07:00
ahocevar
97bf974b6b
new location of the get url
2011-11-07 22:43:48 +01:00
ahocevar
ffafa93168
API change to better accommodate for the 1..* cardinality of HTTPType and addition of Constraint
2011-11-07 22:43:23 +01:00
Éric Lemoine
4076c1af99
make OWSCommon v1 support constraints in Get and Post nodes
2011-11-07 22:42:51 +01:00
ahocevar
3752b0572d
use ResourceURL for WMTS layers for REST encoding. p=fredj,me r=elemoine,me (closes http://trac.osgeo.org/openlayers/ticket/3044 )
2011-11-07 16:56:10 +01:00
Éric Lemoine
babbfa20b0
read legendURL and Dimension from WMTS capabilities docs
2011-10-24 16:07:00 +02:00
rda
81fd4adb4f
Fix unterminated statements
2011-10-23 14:24:30 +07:00
Bart van den Eijnden
155108f10b
OpenLayers.Format.WPSExecute fails with WFS references, p=ahocevar,me r=ahocevar ( closes #3448 )
2011-10-21 13:52:50 +02:00
Bart van den Eijnden
64f111a308
add infoFormats to WMSCapabilities Format, r=ahocevar ( closes #3539 )
2011-10-10 08:24:24 +02:00
Éric Lemoine
8786504c9f
Merge pull request #8 from fredj/unneeded-cast
...
remove unneeded cast to float
2011-10-07 13:27:40 -07:00
fredj
ef1feac748
remove unneeded parseFloat when building Bounds
2011-10-07 09:09:26 +02:00
ahocevar
0afb5207e2
Allow filters in WFST for multiple geometry columns. r=bartvde ( closes #3370 )
2011-10-06 18:02:27 -04:00
Frederic Junod
54e5db90ae
remove unneeded parseFloat when building Geometry.Point
2011-10-06 14:32:38 +02:00
fredj
6e9a3e4c13
don't translate error message and replace console log with exception
2011-09-20 15:21:16 +02:00