Re: [OpenSeaMap-develop] Rendering openseamap tiles on own server
Brought to you by:
al_friede
From: Malcolm H. <mal...@bt...> - 2019-09-06 12:47:35
|
On 05/09/2019 14:44, Johan Van de Wauw wrote: > I'm tring to find out what it would take to render openseamap tiles on > my own server (for part of the north sea. > However, browsing the website I could not find out where to start - and > I even found some conflicting info is mapnik used or [1]. Is it possible > to point me in the right direction? > There are two repos that you need: https://github.com/OpenNauticalChart/renderer & https://svn.openstreetmap.org/applications/editors/josm/plugins/seachart/jrender. Build the Java code in both with ANT and then use the scripts from the github repo to control the process. You may need to adapt those scripts to suit your particular needs. Note the need to use an instance of an OverPass server. |