Merge pull request #200 from pgiraud/gpx

Adding missing schemalocation, version. Better management of the namespaces.
This commit is contained in:
Pierre GIRAUD
2012-02-08 02:47:38 -08:00
3 changed files with 39 additions and 23 deletions

View File

@@ -22,6 +22,10 @@ People can override this rule to use other transition settings. To remove tile a
# Behavior Changes from Past Releases
## GPX API change
The `gpxns` API property has been removed. The GPX namespace is now defined in the `namespaces` property but is not intended to be overriden.
## Function return values
[Previously][prev] a few functions in the library displayed error messages and returned `undefined`, `null` or `false` if the parameters passed in were bad. In 2.12 these functions now just throw an error/exception. People relying on return values to know if a function call is successful may need to change their code. Here are the modified functions: