Frederic Junod
d8a495b639
Always write the GeoJSONFeature geometry property
2015-06-11 09:53:06 +02:00
Marc Jansen
2b76bc05a5
Add support for scientific notation to WKT format
2015-05-18 11:27:39 +02:00
Bart van den Eijnden
c74293335c
Make sure ol.format.GML2 is usable for WFS 1.0 requests as well
2015-04-23 08:24:59 +02:00
Tim Schaub
a67218bd7d
Merge pull request #3516 from tschaub/unbinary
...
Remove ol.format.BinaryFeature.
2015-04-19 10:04:53 -06:00
Tim Schaub
6a564597fb
Update types accepted when reading features
2015-04-18 17:07:34 -06:00
Bart van den Eijnden
8f0d6a6382
No need to quote object properties in tests
2015-04-17 21:56:40 +02:00
Bart van den Eijnden
a438ffb280
Add full support for XYM and XYZM layouts
2015-04-17 18:36:16 +02:00
Bart van den Eijnden
db8c6ef1b4
Write support for Esri JSON
2015-04-17 18:36:16 +02:00
Bart van den Eijnden
93c524baa0
Esri JSON read support
2015-04-17 18:36:16 +02:00
Marc Jansen
05f3f6852d
Add basic test for ol.format.BinaryFeature
2015-04-13 21:13:27 +02:00
Éric Lemoine
e45c44fa01
Add missing goog.provide's
2015-04-07 13:49:36 +02:00
Tobias Sauerwein
c36c67779e
Merge pull request #3470 from tsauerwein/rendering-tests
...
Add rendering tests
2015-04-06 13:49:51 +02:00
tsauerwein
f99196c466
Fix failing test
2015-04-06 13:36:43 +02:00
Bart van den Eijnden
5e71fe4964
Make ol.source.WMTS work with ArcGIS WMTS
2015-04-04 13:42:06 +02:00
Guillaume Beraudo
f25302f8b7
Parse KML extrude and altitudeMode from multi geometries
...
Handle MultiPoint, MultiLineString, MultiPolygon.
LinearRing properties are not handled.
An 'extrude' boolean array property is set in the geometry properties.
An 'altitudeMode' string array property is set in the geometry properties.
2015-03-31 17:21:12 +02:00
Guillaume Beraudo
5bd63f7e2c
Parse KML extrude and altitudeMode of simple geometries
...
Point, LineString and Polygon are handled.
LinearRing properties are not handled.
An 'extrude' boolean property is set in the geometry properties.
An 'altitudeMode' string property is set in the geometry properties.
2015-03-31 15:30:58 +02:00
Bart van den Eijnden
d698e2fcee
Merge pull request #3383 from bartvde/xmleql-performance
...
GML3 tests time out in unit tests
2015-03-26 17:10:25 +01:00
Bart van den Eijnden
616a0b161e
Speed up xmleql performance
2015-03-26 16:03:28 +01:00
Tim Schaub
be0c9f3c8a
Allow orienting coordinates when serializing GeoJSON
2015-03-25 18:32:31 -06:00
Frederic Junod
e669b20ed5
Add new geometry layout option for polyline format
...
To be able to choose the geometry layout of the feature geometries created by
the format reader.
Default is `ol.geom.GeometryLayout.XY`
2015-03-24 11:39:18 +01:00
Frederic Junod
bfd9ec1ef1
Test the GeoJSON layout
2015-03-23 12:47:34 +01:00
Frederic Junod
96883e0b69
Set the 'properties' member to null if the feature has not properties
2015-03-12 15:58:16 +01:00
Bart van den Eijnden
b698fe9968
Support multiple featureTypes with a different featureNS
2015-03-04 15:27:05 +01:00
Bart van den Eijnden
b05ead4056
Allow multiple featureTypes through ol.format.WFS as well
2015-03-04 10:24:42 +01:00
Bart van den Eijnden
3a7905f2fd
Support multiple feature types in GML format
2015-03-04 10:16:25 +01:00
Éric Lemoine
45547eefbe
Merge pull request #3142 from sarametz/wmts-getcap
...
WMTS Get Cap document with updated WMTS.optionsFromCapabilities function
2015-02-25 08:29:40 +01:00
Sara Metz
6894bc8444
Add ability to get wmts source from capabilities
...
Added functionality to create a wmts tilegrid and wmts source from the
capabilities object created from ol.format.WMTSCapabilities.read().
Added tests for these functions and an example.
Also altered the REST url template replacement to be case insensitive
and added tests for this. This is because the spec uses both style
and Style and both of these are used by existing WMTS services.
2015-02-25 09:21:45 +13:00
Stefan Weil
5c99b6349c
Add missing var declaration for local variable flippedFlatPoints
...
Signed-off-by: Stefan Weil <sw@weilnetz.de >
2015-02-12 17:53:53 +01:00
Stefan Weil
e812f2435e
Fix typos found by codespell
...
Most of them are in comments, some in strings.
Signed-off-by: Stefan Weil <sw@weilnetz.de >
2015-02-12 16:39:55 +01:00
Bart van den Eijnden
c5c24f209a
Add geodesic option for measure
2015-02-11 13:24:23 +01:00
oterral
c1fd95305c
Add tests for parsing of NetworkLink tags
2015-02-05 16:21:51 +01:00
Hadrien Tulipe
87644a1a46
Add support of WMTS Get Cap read
...
This commit fixe #2721 . It still lacks the possibility to create layer from the GetCap document. It also lacks the reading of TMS limits.
2015-02-03 14:46:29 +01:00
Bart van den Eijnden
0243ce6612
Fix up parsing of OGR GML with ol.format.GML
2015-01-29 11:40:30 +01:00
Frederic Junod
077a827197
Move readProjectionFrom* functions to the base classes
2015-01-21 09:15:04 +01:00
Brian Reavis
37dac8e0cf
Fixed "Cannot read property 'firstElementChild' of null" on WFS readProjectionFromNode.
...
Occurs when a FeatureCollection is empty.
Code style changes @bartvde
Added test case for #3118 .
Attempt to make jshint happy.
Fixed tab character.
Another code style change (jshint)....
2015-01-13 01:42:03 -07:00
Bart van den Eijnden
1bf4ddac6d
Add a testcase for parsing GML feature with only boundedBy
2014-12-16 10:22:37 +01:00
Bart van den Eijnden
c3beae6b16
Fix failing tests in IE9
2014-12-10 12:02:06 +01:00
Bart van den Eijnden
3587418888
The writeFeatures method should always return a string
2014-12-05 14:54:59 +01:00
Bart van den Eijnden
f0bf61bbf3
Do not encode geometry in properties if geometryName is different
2014-12-04 11:23:01 +01:00
Antoine Abt
ed4bae064d
Merge pull request #2889 from fgravin/getFeatureInfo
...
Add GetFeatureInfo format
2014-11-27 10:30:20 +01:00
Antoine Abt
22491601ba
Restore proj4 state after tests
2014-11-25 17:38:06 +01:00
Antoine Abt
fc16c4500d
Renaming & better typing
2014-11-25 16:24:32 +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
d0d6215550
Add tests suite for GetFeatureInfo format
2014-11-04 09:25:13 +01:00
Antoine Abt
88d1258e83
Rename ol.xml.load to ol.xml.parse
2014-10-27 16:00:42 +01: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
93db3d42b7
Add tests for gml2 gml:box element
2014-10-03 12:02:14 +02:00