TerriaMap icon indicating copy to clipboard operation
TerriaMap copied to clipboard

Docker Image

Open icemagno opened this issue 5 years ago • 2 comments

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.

icemagno avatar Sep 10 '20 15:09 icemagno

Did you found a way for taking catalogs from web service instead of initializing JSON files?

MoRadwan74 avatar Dec 13 '20 17:12 MoRadwan74

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.

gamesbook avatar Feb 16 '21 12:02 gamesbook