OpenLayers OpenLayers

Changeset 7590

Show
Ignore:
Timestamp:
07/29/08 17:00:02 (1 month ago)
Author:
crschmidt
Message:

Add GPX-parsing format, courtesy Edgemaster. (Closes #1272)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/lib/OpenLayers.js

    r7335 r7590  
    198198            "OpenLayers/Format/WKT.js", 
    199199            "OpenLayers/Format/OSM.js", 
     200            "OpenLayers/Format/GPX.js", 
    200201            "OpenLayers/Format/SLD.js", 
    201202            "OpenLayers/Format/SLD/v1.js", 
  • trunk/openlayers/tests/list-tests.html

    r7577 r7590  
    2727    <li>Format/GeoRSS.html</li> 
    2828    <li>Format/GML.html</li> 
     29    <li>Format/GPX.html</li> 
    2930    <li>Format/JSON.html</li> 
    3031    <li>Format/OSM.html</li>