Tagged Questions
0
votes
1answer
481 views
How to change projection for layer?
i use two seperate datasource for my layers:
sql database for main map data, this is using EPSG:900913
osm file for some extra features, this data use EPSG:4326 projection
tiles for both layers ...
1
vote
0answers
290 views
How to display indoor map using OpenLayers?
I created my osm file in JOSM, and i imported it to my database by osm2pgsql tool.
I created new layer in my osm.xml file, which selecting data with query:
select way from planet_osm_line,
(select ...
1
vote
0answers
329 views
Tilecache + Mapnik + Apache generates incomplete tiles (missing layers)
I have TileCache + Mapnik working with a custom osm.xml stylesheet. When I run tilecache_http_server.py the tiles are served OK. But when I run TileCache under Apache (with mod_wsgi) I see incomplete ...
2
votes
1answer
603 views
Setting up TileCache to make use of Mapnik and OpenStreetMaps
First of all, I'd say that I'm completely newb at maps related stuff... I am trying to install TileCache and configure it to use Mapnik to render tiles from OpenStreetMaps. I managed to setup the ...
5
votes
2answers
2k views
How to set up an OSM server with TileCache and Mapnik?
I have been trying for two and a half weeks so far to get a local copy of OpenStreetMap running on a server. I have downloaded the planet file and imported it into a PostGIS database called 'osm'. I ...
7
votes
2answers
530 views
What is the effective and legal way to get map tiles for the size of 2 or 3 states?
I would like to get map tiles possibly from Open Street Map (yes I am aware about tile usage policy and would not like to breach that) or other source for the purpose to serve it as offline maps to ...