Changeset 5902
- Timestamp:
- 01/26/08 09:41:41 (10 months ago)
- Files:
-
- trunk/openlayers/examples/osm (added)
- trunk/openlayers/examples/osm-layer.html (added)
- trunk/openlayers/examples/osm/sutton_coldfield.osm (added)
- trunk/openlayers/examples/proxy.cgi (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Format/OSM.js (added)
- trunk/openlayers/tests/Format/test_OSM.html (added)
- trunk/openlayers/tests/data/osm.js (added)
- trunk/openlayers/tests/list-tests.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/examples/proxy.cgi
r4371 r5902 18 18 allowedHosts = ['www.openlayers.org', 'openlayers.org', 19 19 'labs.metacarta.com', 'world.freemap.in', 20 'prototype.openmnnd.org', 'geo.openplans.org'] 20 'prototype.openmnnd.org', 'geo.openplans.org', 21 'www.openstreetmap.org'] 21 22 22 23 method = os.environ["REQUEST_METHOD"] trunk/openlayers/lib/OpenLayers.js
r5870 r5902 181 181 "OpenLayers/Format/WFS.js", 182 182 "OpenLayers/Format/WKT.js", 183 "OpenLayers/Format/OSM.js", 183 184 "OpenLayers/Format/SLD.js", 184 185 "OpenLayers/Format/Text.js", trunk/openlayers/tests/list-tests.html
r5870 r5902 26 26 <li>Format/test_GML.html</li> 27 27 <li>Format/test_JSON.html</li> 28 <li>Format/test_OSM.html</li> 28 29 <li>Format/test_KML.html</li> 29 30 <li>Format/test_SLD.html</li>
