Adding a note for 2.13 about changes made to GPX format

This commit is contained in:
Pierre GIRAUD
2013-03-28 13:54:24 +01:00
parent 9f6b803afa
commit f562b2a02c

View File

@@ -37,6 +37,10 @@ Corresponding issues/pull requests:
# Behavior Changes from Past Releases
## Format.GPX: No more prefixes
No `gpx:` prefix is added in the XML tags anymore when writing GPX from `OpenLayers` features. It seems like it is not supported by most of the tools that are able to read GPX.
## Layer.Grid: Tile queue and tileLoadingDelay changes
With the introduction of OpenLayers.TileManager, tile queueing has become optional. The default behavior is back to how it was in OpenLayers 2.11. To use a tile queue in 2.13, the map needs to be configured with a tileManager, e.g.: