Bart van den Eijnden
|
77dfc29b5c
|
Merge pull request #2013 from bartvde/wfsdata
parsing issues with ol.format.WFS (=r@fredj)
|
2014-04-28 09:38:54 +02:00 |
|
Frederic Junod
|
68773941d3
|
Use goog.array.contains instead of goog.array.indexOf
|
2014-04-26 08:31:40 +02:00 |
|
Bart van den Eijnden
|
635dd5f380
|
Make sure we can parse WFS 1.1 responses from MapServer
|
2014-04-25 11:29:27 +02:00 |
|
Bart van den Eijnden
|
962ddff1c2
|
Implement readProjection on ol.format.WFS and add WFS JSONP example
|
2014-04-24 20:58:32 +02:00 |
|
Bart van den Eijnden
|
6a3d349409
|
Merge pull request #1863 from htulipe/ows-capabilities
Add basic reading support for OWS Capabilities documents.
|
2014-04-03 19:57:27 +02:00 |
|
Tom Payne
|
cbbcab926e
|
Export ol.format.OSMXML
|
2014-04-03 15:08:03 +02:00 |
|
Frederic Junod
|
0062759f75
|
Use native JSON.parse function
|
2014-03-26 16:40:13 +01:00 |
|
Tom Payne
|
9e6f35c62e
|
Fix TopoJSON return type and line string parsing
|
2014-03-26 14:59:08 +01:00 |
|
Frederic Junod
|
429a256fff
|
Fix 'scale' and 'translate' tests
|
2014-03-26 14:59:08 +01:00 |
|
Tom Payne
|
901164df38
|
Merge pull request #1893 from twpayne/jshint-clean-ups
Check with JSHint
|
2014-03-25 17:04:14 +01:00 |
|
Tom Payne
|
369c20388e
|
Use ol.array.safeExtend in ol.format.KML
|
2014-03-24 11:56:53 +01:00 |
|
Tom Payne
|
82b703f3f0
|
Use ol.array.safeExtend in ol.format.GML
|
2014-03-24 11:56:53 +01:00 |
|
Tom Payne
|
06dc1aa4f2
|
Suppress warning about fall-through in switch statement
|
2014-03-23 19:59:49 +01:00 |
|
Tom Payne
|
a54f3c6644
|
Move nodeName into correct scope
|
2014-03-23 18:30:03 +01:00 |
|
Tom Payne
|
b3ac959d6a
|
Parse coordinates in GML in a single pass
|
2014-03-18 16:18:54 +01:00 |
|
Tom Payne
|
84cb3c88ef
|
Fix fixing of OGC stupidity
|
2014-03-18 16:18:49 +01:00 |
|
Tom Payne
|
1b2e9aa13d
|
Fix return types
|
2014-03-18 16:18:44 +01:00 |
|
Hadrien Tulipe
|
f325cc3d7a
|
More syntax fix for OWS format
|
2014-03-17 21:15:03 +01:00 |
|
Hadrien Tulipe
|
58e74229d2
|
Rename ol.format.OWSCapabilities to ol.format.OWS
|
2014-03-17 21:10:47 +01:00 |
|
Hadrien Tulipe
|
149e5c9068
|
Fix syntax and private functions return values for OWS format
|
2014-03-17 21:03:41 +01:00 |
|
Hadrien Tulipe
|
00da1405b6
|
Remove commented code
|
2014-03-16 20:18:14 +01:00 |
|
Hadrien Tulipe
|
fe2bee1577
|
Add basic reading support for OWS Capabilities document.
|
2014-03-16 19:47:13 +01:00 |
|
Paul Spencer
|
94efa58363
|
Merge pull request #1844 from pagameba/doc-ol-format-feature
Documentation for ol.format.Feature subclasses
|
2014-03-12 10:23:25 -04:00 |
|
Tom Payne
|
f7fa1ff4ad
|
Merge pull request #1847 from twpayne/split-ol-geom-flat
Split ol.geom.flat into smaller modules
|
2014-03-12 14:41:25 +01:00 |
|
Tom Payne
|
1a643e1b37
|
Fix parsing of EX_GeographicBoundingBox when ol3 is compiled
|
2014-03-12 14:25:23 +01:00 |
|
Tom Payne
|
3541a01aab
|
Factor out ol.geom.flat.inflate
|
2014-03-12 13:26:14 +01:00 |
|
Paul Spencer
|
d1ee4b8fed
|
Add documentation for the TopoJSON format.
|
2014-03-11 20:53:21 -04:00 |
|
Paul Spencer
|
a646577bd6
|
Add documentation for the KML format.
|
2014-03-11 20:53:21 -04:00 |
|
Paul Spencer
|
37feb7db64
|
Add documentation for the IGC format.
|
2014-03-11 20:53:21 -04:00 |
|
Paul Spencer
|
3c85c32cc5
|
Add documentation for the GPX format.
|
2014-03-11 20:53:21 -04:00 |
|
Paul Spencer
|
cc90d59cac
|
Add documentation for the GeoJSON format.
|
2014-03-11 20:53:20 -04:00 |
|
Paul Spencer
|
7fd50c058b
|
Add documentation for ol.format.Feature public API methods intended to be inherited by subclasses.
|
2014-03-11 20:53:20 -04:00 |
|
Bart van den Eijnden
|
ac2840721c
|
Merge pull request #1829 from bartvde/wfs2
WFS 1.1.0 format (read/write) (r=@twpayne,@ahocevar)
|
2014-03-11 22:14:25 +01:00 |
|
Frederic Junod
|
924ecba95c
|
Fix coding style
|
2014-03-10 17:22:35 +01:00 |
|
Frederic Junod
|
2fdae368c2
|
Check if the EX_GeographicBoundingBox is correctly parsed
|
2014-03-10 17:18:04 +01:00 |
|
Frederic Junod
|
ea8c004c76
|
Remove unneeded type cast
|
2014-03-10 17:13:16 +01:00 |
|
Frederic Junod
|
1c13d6ed69
|
Add ol.format.WMSCapabilities
|
2014-03-10 17:06:48 +01:00 |
|
Frederic Junod
|
2f53c4a3ad
|
Add ol.format.XLink
|
2014-03-10 17:06:48 +01:00 |
|
Frederic Junod
|
13698d0d06
|
Add ol.format.XML
|
2014-03-10 17:06:48 +01:00 |
|
Bart van den Eijnden
|
041479f1b7
|
Add more typedefs for return objects
|
2014-03-10 16:40:00 +01:00 |
|
Bart van den Eijnden
|
431a4d1725
|
Restore the exports
|
2014-03-10 15:40:55 +01:00 |
|
Bart van den Eijnden
|
6800a3290b
|
Port over test case for multiple Query elements
|
2014-03-10 15:37:29 +01:00 |
|
Bart van den Eijnden
|
33abbfced1
|
Add support for writing Native
|
2014-03-10 15:24:00 +01:00 |
|
Bart van den Eijnden
|
4e5e75f525
|
Add write support for Transaction
|
2014-03-10 14:58:03 +01:00 |
|
Bart van den Eijnden
|
2ce92ac6a2
|
Add write support for BBOX filter
|
2014-03-07 16:44:24 +01:00 |
|
oterral
|
5028aa3bc3
|
Fix anchor origin calculation
|
2014-03-07 13:35:18 +01:00 |
|
Bart van den Eijnden
|
c05e8d0292
|
Read the metadata of a FeatureCollection
|
2014-03-07 10:32:17 +01:00 |
|
Bart van den Eijnden
|
2310ccdb91
|
Add reading of TransactionResponse
|
2014-03-06 19:04:23 +01:00 |
|
Bart van den Eijnden
|
7ebf97406d
|
Add support for writing WFS GetFeature
|
2014-03-06 09:24:39 +01:00 |
|
Bart van den Eijnden
|
dd9311e79e
|
Revert to cloning the context object
|
2014-03-05 16:44:01 +01:00 |
|