Tom Payne
99042c956a
Add ol.geom.MultiPoint#closestPointXY
2013-12-09 16:40:54 +01:00
Tom Payne
cf659f0753
Add ol.geom.Polygon#closestPointXY
2013-12-09 16:40:53 +01:00
Tom Payne
0c2a70f3a2
Add ol.geom.LinearRing#closestPointXY
2013-12-09 16:40:53 +01:00
Tom Payne
a19daf4b1d
Add ol.geom.LineString#closestPointXY
2013-12-09 16:40:53 +01:00
Tom Payne
1add41033a
Add ol.geom.Point#closestPointXY
2013-12-09 16:40:53 +01:00
Tom Payne
35c20bea79
Add ol.geom.Geometry#getClosestPoint
2013-12-09 16:40:53 +01:00
Tom Payne
74bf8a7ecb
Add ol.geom.closest
2013-12-09 16:40:53 +01:00
Tom Payne
5d36c2a55e
Add ol.geom.flat.closestPoint
2013-12-09 16:40:53 +01:00
Frederic Junod
02cee684a7
Remove trailing zeros in mtbland.geojson
2013-12-09 16:37:33 +01:00
Tom Payne
ee58e334a5
Move squaredDistance and squaredSegmentDistance in to ol.geom.flat
2013-12-09 16:37:33 +01:00
Tom Payne
90738d559a
Add complex-geometry example
2013-12-09 16:37:33 +01:00
Tom Payne
b374d5c5b8
Avoid simplifying geometries when it will have no effect
2013-12-09 16:37:33 +01:00
Tom Payne
c6181ea9d1
Render simplified geometries in replay mode
2013-12-09 16:37:33 +01:00
Tom Payne
d3320da7c6
Add ol.geom.MultiPolygon#getSimplifiedGeometryInternal
2013-12-09 16:37:33 +01:00
Tom Payne
0845c866d5
Add ol.geom.MultiLineString#getSimplifiedGeometryInternal
2013-12-09 16:37:33 +01:00
Tom Payne
e560192c0f
Add ol.geom.Polygon#getSimplifiedGeometryInternal
2013-12-09 16:37:32 +01:00
Tom Payne
956bff0fe2
Add ol.geom.LinearRing#getSimplifiedGeometryInternal
2013-12-09 16:37:32 +01:00
Tom Payne
6275d8528e
Add ol.geom.LineString#getSimplifiedGeometryInternal
2013-12-09 16:37:32 +01:00
Tom Payne
9612182f70
Add ol.geom.Geometry#getSimplifiedGeometry
2013-12-09 16:37:32 +01:00
Tom Payne
7981d86bcd
Add ol.geom.simplify.douglasPeukerss
2013-12-09 16:37:32 +01:00
Tom Payne
abe0cd27f6
Add ol.geom.simplify.douglasPeukers
2013-12-09 16:37:32 +01:00
Tom Payne
ec03be94d6
Add initial ol.geom.simplify
2013-12-09 16:37:32 +01:00
Frederic Junod
94393c0050
Don't use describe.only in test
2013-12-09 16:37:18 +01:00
ahocevar
7071e6637b
Merge pull request #1344 from ahocevar/modify-remove
...
unable to removeInteration in modify-features example
2013-12-09 07:17:30 -08:00
Éric Lemoine
15db1eb416
Use reversedInstructions for hit detection
2013-12-09 14:08:55 +01:00
Éric Lemoine
30c0aa3cc2
Replay objects create a reversedInstructions array
2013-12-09 14:08:55 +01:00
ahocevar
8d55e14986
Safeguard against the case where no features are modifiable
2013-12-09 13:25:14 +01:00
Éric Lemoine
3877f87a26
Add ol.MapBrowserEvent#getBrowserEvent
2013-12-09 12:29:05 +01:00
Éric Lemoine
0d0b19128f
Add ol.array.reverseSubArray
2013-12-08 21:35:27 +01:00
Tom Payne
554e17ac22
Set geometry to null if no geometry given
2013-12-07 19:51:54 +01:00
Tom Payne
87f147db60
Merge pull request #1341 from twpayne/mapguide-clean-ups
...
Tidy up ol.source.MapGuide and add ratio option
2013-12-06 12:50:43 -08:00
ahocevar
951e874914
Merge pull request #1339 from ahocevar/wfs-transaction
...
Transaction handling and exports for the WFS parser
2013-12-06 12:26:12 -08:00
Tom Payne
1ae13f152d
Fire change event when an ol.geom.Geometry is transformed
2013-12-06 21:12:32 +01:00
ahocevar
19cb3c5835
Addressing review comments
...
* Do not write xmlns
* Make @this annotations consistent
* Handle numbers and strings for attribute values
* Fix defaultNamespaceURI scope
2013-12-06 19:15:44 +01:00
Tom Payne
43e4292ec9
Tidy up ol.source.MapGuide and add ratio option
2013-12-06 18:11:01 +01:00
Tom Payne
0a5cc8812c
Merge pull request #1236 from jumpinjackie/master
...
MapGuide untiled map support
2013-12-06 08:59:57 -08:00
ahocevar
e49464a573
No native element on GetFeature queries
2013-12-06 16:49:44 +01:00
Tom Payne
6c5f1fbcce
Make ol.geom.Geometry inherit from ol.Observable
2013-12-06 16:30:00 +01:00
Tom Payne
550da14781
Merge remote-tracking branch 'openlayers/master' into vector-api
2013-12-06 16:29:13 +01:00
ahocevar
198b05047e
Export the WFS parser and its write methods
...
For using the WFS parser, users need to be able to write
GetFeature queries and transactions.
2013-12-06 11:06:39 +01:00
ahocevar
35b8fdc00c
Export getParser()
...
This reduces the API footprint of versioned parsers, because
only the base parser needs to be exported as symbol, and
versioned parsers can be accessed using the getParser() method.
2013-12-06 11:06:12 +01:00
ahocevar
b3b9add06e
Add Insert, Update and Delete writers
...
This change also adds some type annotations for better type
checking, introduces different write options for writing
transactions and queries, and provides new writeGetFeature and
writeTransaction methods.
2013-12-06 10:57:58 +01:00
ahocevar
f539eb140f
Use standard x, y axis order if we do not know better
2013-12-06 10:49:24 +01:00
ahocevar
77a8e91a2e
Merge pull request #1337 from ahocevar/no-foo
...
Proper namespace and sub-parser management in OGC parsers
2013-12-06 00:47:59 -08:00
ahocevar
fa0cc538f5
Proper namespace and sub-parser management
...
Instead of setting a dummy namespace, we can have setter methods
for the featureNS property to propagate them to sub-parsers. The
srsName is also a property which needs to be propagated to
sub-parsers.
2013-12-06 01:08:45 +01:00
ahocevar
af4308f481
Merge pull request #1336 from ahocevar/fix-writers-typo
...
Fix a typo - it's writers, not witers
2013-12-05 16:00:13 -08:00
ahocevar
1bf4b9bf49
Fix a typo - it's writers, not witers
2013-12-06 00:53:16 +01:00
Tim Schaub
e6841b6088
Merge pull request #1297 from tschaub/observable
...
Create ol.Observable.
2013-12-05 15:13:00 -08:00
Tim Schaub
8297f6a9da
Marking the geometry type enum as stable
2013-12-05 14:58:22 -07:00
Tim Schaub
9d00b1b993
This commit serves no purpose other than helping minimize a diff
2013-12-05 14:44:36 -07:00