Merge pull request #200 from pgiraud/gpx
Adding missing schemalocation, version. Better management of the namespaces.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user