Basemap Importing
Setup
For the basemap import you need the folling data:
- Shapefile containing world-wide OSm coastlines. You can download the shapefile from osmdata.openstreetmap.de. Choose the WGS84 format. Unzip the resulting file and copy the *.shp file as coastlines.shp into your maps directory.
Create a directory world
in your maps directory.
Calling the basemap importer
Call he basemap importer:
$ ../BasemapImport/src/BasemapImport --destinationDirectory world --coastlines coastlines.shp
The Basemap importer will create a water.idx file in the world directory.