Stéphane Brunner
9d31c57e2a
correct units in WMTS capabilities
2012-07-30 23:17:11 +02:00
Éric Lemoine
90d3c2d9a9
WMTS capabilities format - make JSLint happier
2012-07-03 08:45:19 +02:00
Éric Lemoine
f7860a329c
WMTS capabilities format - make the mid var local to the createLayer function
2012-07-03 08:45:19 +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
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
Jachym Cepicky
43de5e9e0c
minor cosmetic changes
2012-06-17 22:04:27 +02:00
ahocevar
c8161ed4ee
Updating note about the "dimension" attribute.
2012-06-15 11:49:14 +02:00
ahocevar
6052d19c2f
Note about mysterious "dimension" attribute.
2012-06-14 15:27:22 +02:00
ahocevar
88982e043f
Moving SRSReferenceGroup parser from Base to v3.
2012-06-14 15:18:26 +02: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
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
a662f82a1b
improve createLayer from WMTS Capabilities
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
Peter Robins
9a7b4bd06e
Format/KML: correct parseStyles docs
2012-05-26 16:34:01 +01:00
Tim Schaub
97983db785
Adding dependencies where they are used.
2012-05-22 22:28:51 -06:00
Nacho Uve
57f4d42de0
Small spelling corrections in the documentation.
2012-05-22 13:36:08 +02:00
Éric Lemoine
985233c2dd
Merge branch '2.12'
2012-05-16 21:05:47 +02:00
Peter Robins
9ea3c2f121
Fix GPX write Point transform
2012-05-14 14:21:23 +01:00
Matt Priour
77cf56a4b6
Add required OpenLayers.Filter deps to OpenLayers.Format.CQL
2012-04-24 22:52:19 -05:00
ahocevar
530952551f
Merge pull request #382 from ahocevar/wps
...
WPS example and improvements. r=@marcjansen,@bartvde
2012-04-03 06:30:15 -07:00
ahocevar
c3fe359fa6
WPS example; support for BoundingBox in WPS format
2012-03-30 18:02:24 -07: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
e773ec32d1
incorporate @ahocevar's suggestion
2012-03-30 23:33:10 +02:00
Bart van den Eijnden
2e83863e90
error handling in WFSDescribeFeatureType format
2012-03-30 23:04:03 +02:00
Bart van den Eijnden
9a5364f309
add missing requires
2012-03-30 20:37:15 +02:00
Éric Lemoine
e35dfe1a5a
Merge branch '2.12'
2012-03-30 08:44:59 +02:00
Éric Lemoine
e0b93c2e45
The OpenLayers code is published under the 2-clause BSD license
2012-03-30 08:33:55 +02:00
Bart van den Eijnden
33f8fa0aff
add exception handling to WMSDescribeLayer Format
2012-03-29 23:22:31 +02:00
Éric Lemoine
650df2a8f1
change copyright header in every OpenLayers js file
2012-03-29 22:14:56 +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
6b8c7a8ca5
Merge pull request #334 from bartvde/sldwhitespace
...
ignore whitespace in filter values (r=@marcjansen,@ahocevar)
2012-03-21 05:16:45 -07:00
Bart van den Eijnden
94bd37031d
instead, add a trimWhitespace option to OpenLayers.String.numericIf as discussed with @ahocevar
2012-03-19 13:07:49 +01:00
Bart van den Eijnden
7a769830fe
ignore whitespace in filter values
2012-03-19 11:13:27 +01:00
Frederic Junod
20e35b19ff
Replace tabs with spaces.
2012-03-19 09:13:01 +01:00
Frederic Junod
2de2fe2563
Unnecessary and missing semicolon.
2012-03-19 09:13:01 +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
Éric Lemoine
3b860ca4d7
Merge pull request #168 from jorix/Docs-issues3
...
Some problems in the documentation
2012-03-06 00:05:52 -08:00
ahocevar
abbf679ab6
Fixing typo in docs
2012-03-05 16:46:45 +01:00
Xavier Mamano
bfb379f349
Fix some problems in the documentation.
2012-03-05 11:43:09 +01:00
Bart van den Eijnden
cf9cc27279
fix typo
2012-03-05 09:47:37 +01:00
Éric Lemoine
9a116b21b9
Revert "protect for in loops with hasOwnProperty"
...
This reverts commit e3cc96dbfb .
2012-03-03 22:35:39 +01: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
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
e3cc96dbfb
protect for in loops with hasOwnProperty
2012-02-29 18:43:55 +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
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