Wenn Du auch OpenStreetMap.js lokal abspeicherst, da den Tile Pfad änderst
(hier lokales Verzeichnis map)

//        var url = [
//            "http://a.tile.openstreetmap.org/${z}/${x}/${y}.png";,
//            "http://b.tile.openstreetmap.org/${z}/${x}/${y}.png";,
//            "http://c.tile.openstreetmap.org/${z}/${x}/${y}.png";
//        ];
        var url = [
            "map/${z}/${x}/${y}.png",
            "map/${z}/${x}/${y}.png",
            "map/${z}/${x}/${y}.png"
        ];

und da Deine Tiles reinlegst, dann geht das alles ohne IN. 

Zu Vorab-Laden und lokal specihern der Tiles einer Region hab ich ein
Skript,
das ich gerne zur Verfügung stelle.
-- 
View this message in context: 
http://gis.638310.n2.nabble.com/OpenLayers-offline-programmieren-tp5737195p5737355.html
Sent from the Germany mailing list archive at Nabble.com.

_______________________________________________
Talk-de mailing list
Talk-de@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-de

Antwort per Email an