Fix GPX write Point transform

This commit is contained in:
Peter Robins
2012-05-14 08:49:48 +01:00
parent 44e526a0e8
commit 9ea3c2f121
3 changed files with 37 additions and 9 deletions

View File

@@ -152,6 +152,8 @@ Corresponding issues/pull requests:
The `gpxns` API property has been removed. The GPX namespace is now defined in the `namespaces` property but is not intended to be overriden.
GPX also now has a basic write function.
Corresponding issues/pull requests:
* https://github.com/openlayers/openlayers/pull/221