Hi, I use this tutorial to Deploy Local tile server switch2osm.org/serving-tiles/manually-building-a-tile-server-12-04/
Now http://localhost/osm_tiles/0/0/0.png work fine and show earth png file. In OpenGTS/war/track/js/maps/OpenLayers.js I Change config file from /* Standard OSM Mapnik */ var NEW_OSM_LAYER = true; if (NEW_OSM_LAYER) { this.openLayersMap.addLayer(new OpenLayers.Layer.OSM("Mapnik OSM", [ "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" ])); to /* Standard OSM Mapnik */ var NEW_OSM_LAYER = true; if (NEW_OSM_LAYER) { this.openLayersMap.addLayer(new OpenLayers.Layer.OSM("Mapnik OSM", [ "http:// localhost/ osm_tiles/${z}/${x}/${y}.png" ])); But Maps Not Show in OpenGTS. Can Any One Help Me ? thanks.
_______________________________________________ Dev mailing list d...@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/openlayers-dev