Talk:GPX slippy map

From OpenStreetMap Wiki
Jump to navigation Jump to search

Hmm, I can't seem to see anything when I click on any of the links. Internet Explorer issue? Richard B 18:51, 24 May 2008 (UTC)

The errors displayed at the bottom left corner are;
"Line: 54
 Char: 15
 Error: Expected identifier, string or number"

and

"Line: 69
 Char: 1
 Error: Object expected"

Lines 50 to 55 are;

              routeServer,
             {
               isBaseLayer: false, 
               type:'png', 
             },
             {'buffer':1}); 

Line 69 is

</head><body onload="init();">

Any ideas? Richard B 19:06, 24 May 2008 (UTC)

Mapnik

What about a mapnik layer? --Scai 16:06, 14 May 2010 (UTC)

the base layer(s) used under the trace are trivial to change if you run the code on your own server. actually, even with the version on the dev server, you can just download the html file with the map in it ("html only"!), edit it, and put

        map.addLayer(new OpenLayers.Layer.OSM.Mapnik("Mapnik"));

before the other calls to map.addLayer, and then open that html file in your browser.

--r00t 03:01, 11 January 2011 (UTC)

bugs as of 2011-01

check http://wiki.openstreetmap.org/wiki/User_talk:Ojw#GPX_slippy_map

--r00t 03:01, 11 January 2011 (UTC)