Lincoln Highway

From OpenStreetMap Wiki
Jump to navigation Jump to search

The Lincoln Highway is a historic road route.

Possible data source

The data from the Lincoln Highway Association may be used (see this thread). However, it is currently displayed over Google Maps data, which might pose a problem.[1] To circumvent this, here is a javascript fragment which may be pasted into web browser development tools, or perhaps used in a userscript:[2]

var mo = lha.map.map;
mo.mapTypes.set("OSM", new google.maps.ImageMapType({
                getTileUrl: function(coord, zoom) {
                    return "http://tile.openstreetmap.org/" + zoom + "/" + coord.x + "/" + coord.y + ".png";
                },
                tileSize: new google.maps.Size(256, 256),
                name: "OpenStreetMap",
                maxZoom: 18
            }));
mo.setMapTypeId("OSM");

Relations

relation 3958115

References