TerriaMap
TerriaMap copied to clipboard
Docker Image
I've build a simple TerriaMap image from osgeo/gdal:alpine-small-latest.
This is mapping the terrain server to my own server so it may not work for you so you can ask me the Dockerfile to build your own.
Or you can map an external volume to the config folder and edit to fit your needs.
You can check it here or:
docker run --name terriamap --hostname=terriamap \
-v /etc/localtime:/etc/localtime:ro \
-p 36301:3001 \
-d sisgeodef/terriamap:1.0
Already:
- removed the Cesium Ion, Bing keys needs. Was having annoing console messages.
Need help to:
- Configure to take catalogs from a web service instead a JSON (I can code a Java RESTFull service to provide the confs).
- Configure to take basic configuratios from a web service instead the json file.
- Configure Base Maps in a dynamic fashion.
- OSM base map as default.
Must Have:
- Easy way to change Cesium version by using volume mapping.
Did you found a way for taking catalogs from web service instead of initializing JSON files?
Please can you share the Dockerfile? I am trying to build my own and am running into numerous Node errors. I prefer to build off of Debian base,rather than Alpine.