Antoine Abt
|
ed4bae064d
|
Merge pull request #2889 from fgravin/getFeatureInfo
Add GetFeatureInfo format
|
2014-11-27 10:30:20 +01:00 |
|
Antoine Abt
|
638f8275aa
|
Export readFeatures method
|
2014-11-25 16:24:51 +01:00 |
|
Antoine Abt
|
fc16c4500d
|
Renaming & better typing
|
2014-11-25 16:24:32 +01:00 |
|
paulsimon
|
89248cf60a
|
Fix jsdoc comment
|
2014-11-10 20:49:20 +01:00 |
|
Frederic Junod
|
83025fb97d
|
Assume a latitude, longitude order for Polyline format
|
2014-11-06 10:58:52 +01:00 |
|
Florent gravin
|
0f99f113e3
|
Change format name to WMSGetFeatureInfo
|
2014-11-04 09:39:19 +01:00 |
|
Antoine Abt
|
c0f2187310
|
Make GetFeatureInfo format pass ol2 test suite
|
2014-11-04 09:25:13 +01:00 |
|
Florent gravin
|
759386e37e
|
Add WMS GetFeatureInfo reader format
|
2014-11-04 09:25:13 +01:00 |
|
Florent gravin
|
74410487aa
|
Refactor the use of ol.xml.getLocalName(n)
|
2014-10-28 16:48:16 +01:00 |
|
Florent gravin
|
51da7bad8c
|
Element boundedBy must not be set as geometry field on GML reading
|
2014-10-28 09:56:55 +01:00 |
|
Antoine Abt
|
4d4d9abe76
|
Merge pull request #2869 from tonio/xmlexport
Export useful xml functions
|
2014-10-27 17:13:52 +01:00 |
|
Tim Schaub
|
aa41da1318
|
Merge pull request #2884 from tschaub/wkt-returns
Make WKT methods throw errors instead of calling a method that throws.
|
2014-10-27 09:15:20 -06:00 |
|
Antoine Abt
|
88d1258e83
|
Rename ol.xml.load to ol.xml.parse
|
2014-10-27 16:00:42 +01:00 |
|
Antoine Abt
|
757b6a214c
|
Rename ol.xml.parse to ol.xml.parseNode
|
2014-10-27 16:00:42 +01:00 |
|
Tim Schaub
|
aad9e4e8d3
|
Throw instead of calling a function that throws
|
2014-10-27 08:44:31 -06:00 |
|
Antoine Abt
|
67ec0b5988
|
Merge pull request #2746 from fgravin/gmlVersionFormat
Add versioning for GML format
|
2014-10-27 15:44:06 +01:00 |
|
oterral
|
9aeb9849fb
|
Add parsing of LabelStyle in KML format
|
2014-10-09 16:48:49 +02:00 |
|
Florent gravin
|
27f32621ab
|
Update comments on WFS format version
|
2014-10-03 12:13:36 +02:00 |
|
Florent gravin
|
8a07d241ff
|
Add support for gml2 gml:box element
|
2014-10-03 12:01:52 +02:00 |
|
Florent gravin
|
d290445048
|
Make sure alias ol.format.GML show its content in apidoc
|
2014-10-03 11:16:19 +02:00 |
|
Florent gravin
|
1a7cbfd6ac
|
Use Object() for objects in prototype
to avoid linter warning
|
2014-10-03 10:01:31 +02:00 |
|
Florent gravin
|
47e182524f
|
Put PARSERS object into prototype too
This is to avoid the use of this.constructor that breaks advanced build
|
2014-10-03 09:45:24 +02:00 |
|
Florent gravin
|
bea721349a
|
Rename gml format files to match convention
also changes some comments and syntax (feedback from PR comments
|
2014-10-03 09:45:24 +02:00 |
|
Florent gravin
|
0646056751
|
Overrides schemaLocation in subclasses
|
2014-10-03 09:45:24 +02:00 |
|
Florent gravin
|
678c66f50c
|
Move GML subclasses to ol.format namespace
to avoid issue with ol.format.GML alias
ol.format.GMLBase
ol.format.GML2
ol.format.GML3
|
2014-10-03 09:44:56 +02:00 |
|
Florent gravin
|
607543e4e7
|
Create an alias ol.format.GML to ol.format.GML3
for backward compatibility
|
2014-10-03 09:44:47 +02:00 |
|
Florent gravin
|
d3ac01445e
|
Use by default instance of ol.format.GML.v3 in WFS format
|
2014-10-03 09:44:06 +02:00 |
|
Florent gravin
|
07d6b83154
|
Redefine some PARSERS_ that are different in v2 and v3
|
2014-10-03 09:44:06 +02:00 |
|
Florent gravin
|
8182396454
|
Make class members public or protected
to be accessed from subclasses or static objects
|
2014-10-03 09:43:05 +02:00 |
|
Florent gravin
|
9324580c87
|
add format for GML v3 version
all writing methods & objects are defined in v3, as writing for v2 is not done yet
|
2014-10-03 09:43:04 +02:00 |
|
Florent gravin
|
d8114012bb
|
Remove from GML base all objects and methods that should belong to v3
|
2014-10-03 09:42:51 +02:00 |
|
Florent gravin
|
c9171b8682
|
Pass options from v2 to its parent constructor
|
2014-10-03 09:42:51 +02:00 |
|
Florent gravin
|
f8e8653480
|
Add gmlFormat as option for WFS format
|
2014-10-03 09:42:45 +02:00 |
|
Florent gravin
|
13f10f6a98
|
Change GML method call signature from WFS format
|
2014-10-03 09:42:22 +02:00 |
|
Florent gravin
|
074330707c
|
Call dedicated version format methods with 'this.constructor' object
|
2014-10-03 09:42:17 +02:00 |
|
Florent gravin
|
8efab3d4be
|
Make protected some shared methods or objects
|
2014-10-03 09:42:13 +02:00 |
|
Florent gravin
|
8b38367e2b
|
Add subclass for version ol.format.GML.v2
|
2014-10-03 09:42:09 +02:00 |
|
Florent gravin
|
4aad872d71
|
Send ol.format.GML instance reference to ol.xml static methods
|
2014-10-03 09:42:09 +02:00 |
|
Florent gravin
|
5884f7343a
|
Call method in ol.format.GML.prototype from ol.format.GML static objects
|
2014-10-03 09:42:09 +02:00 |
|
Florent gravin
|
c49891dcce
|
Call inner methods from 'this' object
|
2014-10-03 09:42:08 +02:00 |
|
Florent gravin
|
42b58cddbd
|
Move all method declarations into ol.format.GML.prototype
|
2014-10-03 09:42:08 +02:00 |
|
Florent gravin
|
f5e5419cb6
|
Move gmlformat.js to gml/base.js
|
2014-10-03 09:41:59 +02:00 |
|
Frédéric Junod
|
5f51fbc93d
|
Merge pull request #2658 from oterral/fix_getcap
Set inherited values when parsing a GetCapabilities
|
2014-09-25 13:51:40 +02:00 |
|
Bart van den Eijnden
|
2e18f077c8
|
Correctly parse GML coordinates with capital E in scientific notation
|
2014-09-23 15:35:12 +02:00 |
|
Bart van den Eijnden
|
19319356d7
|
Auto configure ol.format.GML if not configured with a featureNS/featureType
|
2014-09-11 20:03:02 +02:00 |
|
oterral
|
962f1eecc0
|
Set inherited values
|
2014-08-29 15:21:33 +02:00 |
|
Éric Lemoine
|
f8b9896dd3
|
Add @api stable annotations to Feature format
|
2014-08-28 17:10:25 +02:00 |
|
Éric Lemoine
|
c8c59c3657
|
Add @api stable annotations for WKT format
|
2014-08-28 17:10:24 +02:00 |
|
Éric Lemoine
|
5eced4a015
|
Add @api stable annotations for WFS format
|
2014-08-28 17:10:24 +02:00 |
|
Éric Lemoine
|
de4131f207
|
Add @api stable annotations for TopoJSON format
|
2014-08-28 17:10:24 +02:00 |
|