Open Source C++ Map Rendering toolkit
Questions tagged [mapnik]
214 questions
2
votes
0 answers
Using dynamic parameters in Mapnik
I have a Mapnik server running under Tomcat, built using the spatialinteractive mapnik-jni bindings for Mapnik, connecting to my custom datasource using a plugin we developed. It's been running for a while now with no issues.
There is a new…

bbk007
- 71
- 1
- 6
2
votes
2 answers
JTileDownloader gets Forbidden from Mapnik
I need to download some tiles to use them offline in a webpage using JTileDownloader, version 0-6-1.
When I use Mapnik as the source, it get a 'Forbidden' message. what may be happening?
I've heard that this happens if you don't declare an…

fksr86
- 229
- 1
- 4
- 16
2
votes
1 answer
openstreetmaps 0/0/0.png 404
I have followed the manual and package install on switch2osm.org as well as several others that are all similar.
I have loaded everything into the DB successfully. I used mapnik generate_xml & generate_image.py successfully producing the image.png…

Caleb Pitman
- 1,105
- 1
- 12
- 24
2
votes
1 answer
Insert a Mapnik Tile Between Google Base Map and Label Image
I'm currently using Mapnik to create choropleth tiles of regions in Brazil via node-mapnik by using the g.connector from Wax as in the code below and it works well.
var map = new google.maps.Map(document.getElementById('map-canvas'), {
center:…

hotshotiguana
- 1,520
- 2
- 26
- 40
2
votes
3 answers
Can not configure Mapnik due to icuuc
Trying to compile Mapnik on OSX 10.8
So after I clone the Github repo, I go to run the configure command like so:
./configure and then get the error:
Checking for C++ library icuuc... no
Could not find required header or shared library for…

Levi Roberts
- 1,277
- 3
- 22
- 44
2
votes
1 answer
Render my map in Mapnik
Sorry for disturbing.
I cannot render my map, I don't know why...
I read a csv file using ogr, which use a .vrt file I created, associated to the csv:
Then, I have a simple code to render my map, but I cannot it work: a map with an empty background…

Gabriel
- 2,331
- 2
- 13
- 18
2
votes
1 answer
How can I have motion on a tile map?
I'm interested in doing something like this:
http://hint.fm/wind/gallery/oct-30.js.html
It seems like a tile map, are the tiles animated gifs? If not how can this animation be achieved?
I was thinkimg to use PIL to generate the gifs and serve it up…

monkut
- 42,176
- 24
- 124
- 155
2
votes
1 answer
Connection between Postgis database and Mapnik
Hi I am trying to render mine postgis data into Mapnik , but not being able to do the same, Can any one share with me the Python file for the same , which explanes how to do the same.
Manish Sharma

manish sharma
- 21
- 1
- 3
2
votes
0 answers
Gosmore - No route found
I achieved to run an offline map server(mapnik/postgresql/osm-maps).
Now I need a routing in order to create visible routse between to points of the map.
Of course it should work offline without internet connection.
With google i've found gosmore.…

user1881930
- 21
- 2
1
vote
4 answers
Map rendering using OpenStreetMap
Does OpenStreetMap just provide GIS data? To render maps and have a browser based UI to show maps with data, would a developer need to use something like Mapnik?

Michael
- 577
- 6
- 13
1
vote
1 answer
Has anyone had any luck compiling this .NET binding for Mapnik?
So I'm trying to build this library that is a .NET binding for Mapnik http://mapnik.org.
I ran the "../ext/install.cmd" file successfully but I think that only builds
the boost library for c++. When I run the visual studio solution for it afterwards…

Donny V.
- 22,248
- 13
- 65
- 79
1
vote
0 answers
Cannot compile a C++ Program due to Undefined Reference errors with Mapnik
I installed mapnik 4.0.0 from source using cmake. Now Im trying to run C++ default example:
#define _GLIBCXX_USE_CXX11_ABI 0
#include
#include
#include
#include…

syat-cd
- 11
- 3
1
vote
1 answer
Socket bind failed while configuring apache and renderd
I am trying to build a custom map server tile server by following this tutorial on switch2osm.
Instead of using ubuntu as described in the tutorial, I am using docker for everything (postgis, apache, etc)
I am trying to build an image where apache…

Dimitri
- 8,122
- 19
- 71
- 128
1
vote
1 answer
Virtual Host in WSL2 not accessible from windows browser
I had setup a virtual host for the osm tile server. All the tables are made and style sheet is generated using mapnik using this tutorial:https://www.linuxbabe.com/ubuntu/openstreetmap-tile-server-ubuntu-20-04-osm
The only process I changed here is…

Debayan Mandal
- 33
- 2
1
vote
1 answer
What are the next steps after installing mapnik with vcpkg to see mapnik usage
I installed vcpkg and followed the instructions mentioned in this to install mapnik using vcpkg.
Basically, I did vcpkg install mapnik. It installed a lot of packages and supporting libraries like boost, libmapnik. Now it has created a libmapnik.dll…

shanti
- 359
- 5
- 20