Questions tagged [mapnik]

Open Source C++ Map Rendering toolkit

214 questions
4
votes
3 answers

mapnik install fail on Red Hat Linux

I'm just trying to get the Python bindings to Mapnik 2.1 installed on a Red Hat Enterprise box and use them in Sage (sagemath.org). This is a company machine where I can't use yum, so it's tarballs all the way, baby. I've already resolved any number…
burningbright
  • 152
  • 1
  • 8
3
votes
3 answers

Installing mapnik on Windows XP fails with the message "ImportError: DLL load failed: The specified procedure could not be found."

I'm trying to install mapnik on Windows XP. After diligently following the instructions on their website (http://trac.mapnik.org/wiki/WindowsInstallation), it fails with the message: File "", line 1, in File…
D Maxwell
  • 323
  • 1
  • 4
  • 8
3
votes
1 answer

OSM, 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 have used OSM Mapnik tools to generate an XML…
Nik
  • 7,113
  • 13
  • 51
  • 80
3
votes
1 answer

Tilecache failing to generate tiles using Mapnik

I downloaded the Australian OSM extract and moved it into a database called gis using osm2pgsql. I have changed generate_tiles.py to only generate tiles for Australia: bbox = (-180.0,-90.0, 180.0,90.0) render_tiles(bbox, mapfile, tile_dir, 0, 5,…
CarbonMan
  • 4,350
  • 12
  • 54
  • 75
3
votes
1 answer

Tiles load incorrectly in my own web-server OSM

I successfully installed tile server based on the instruction given in the switch2osm.org/serving-tiles/manually-building-a-tile-server-14-04/. Also I set up apache web-server and took slippymap.html from…
Max
  • 99
  • 1
  • 12
3
votes
1 answer

mapnik + sqlite with spatialite enabled extension

I could need some help from an experienced unix user. As far as I understand, the mapnik library only uses the common sqlite3 library by default. Though mapnik supports spatial sqlite databases, spatialite has to be a statically linked extension for…
3
votes
0 answers

mod_tile cache size limit

I have a TMS server with apache mod_tile, mapnik & renderd. I have 400GB of free space on my cache folder. I want to pre-render 11 or 12 levels. I tried the command "render_list -a -z 0 -Z 10 -v -n 4". But my cache folder doesn't grow more than…
thom
  • 81
  • 4
3
votes
1 answer

Serving tiled maps with many different styles

I'm looking for a framework/library/solution to serve mapnik generated maps with multiple (up to several thousands) of different styles (and potentially different backing stores). Something similar to what they're doing over at Cloudmade or Mapbox…
averas
  • 545
  • 1
  • 6
  • 15
3
votes
2 answers

I am trying to config my own map server with mapnik mod_tile and apache no tiles are generated and i get the following errors

I started this renderd -f -c /usr/local/etc/renderd.conf got this renderd[1620]: Rendering daemon started renderd[1620]: Initiating reqyest_queue iniparser: syntax error in /usr/local/etc/renderd.conf (7): -> ;[renderd01] iniparser: syntax error in…
user1615664
  • 591
  • 2
  • 11
  • 24
3
votes
1 answer

mapnik not rendering postgis multipolygonzm?

So I loaded a bunch of NHD data, and the geometry ended up as MultiPolygonZM (and pointZM and areaZM for other tables) way geometry(MultiPolygonZM,900913) I've tested the query and its returning data when run against the db directly. Here's my…
rcarver
  • 963
  • 9
  • 13
2
votes
0 answers

Getting started with building a WMS server based on Mapnik

I'd like to setup my own WMS server based on Mapnik to request OSM layers, but I don't find the documentation regarding that issue so clear... for example, I reached a couple of web pages stating some steps to follow concerning Mapnik and…
Evenstar
  • 21
  • 1
  • 3
2
votes
0 answers

How to uninstall an indirect dependency

I am troubleshotting the installation of a node application and I am running into an error that was solved before here: https://github.com/mapnik/node-mapnik/issues/899 Basically, I have two versions of mapnik installed and it is giving me the…
2
votes
1 answer

Mapnik Stylesheet with URLs to assets?

Example: Here the file value seams only to be a local path (on the local filesystem) Is there a way to specify the png via URL? A S3 URL…
nauti
  • 1,396
  • 3
  • 16
  • 37
2
votes
0 answers

postgis loader issues metadata queries but not data query

EDIT 1: I just discovered postgis has an ST_AsMVT function built in, which does exactly what I want (I think), so I'm not going to use mapnik at all! EDIT 2: unfortunately that function isn't yet in a released version of PostGIS, but hopefully it…
dan-man
  • 2,949
  • 2
  • 25
  • 44
2
votes
1 answer

Scala - bad constant pool tag

I need to use this project https://github.com/dwins/mapnik2geotools . I proceed step by step, but when I enter sbt run I get this error : C:\Users\Admin\Downloads\mapnik2geotools-master\mapnik2geotools- master>sbt run Java HotSpot(TM) 64-Bit Server…
Denis Stephanov
  • 4,563
  • 24
  • 78
  • 174
1
2
3
14 15