Skip to content

Provides an implementation of Tileserver-gl for providing basemap tiles to web applications

Notifications You must be signed in to change notification settings

ossimlabs/omar-basemap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

omar-basemap

Description

The OMAR Basemap service provides Open Street Map tiles to the web application and the user.

This repo currently has a Dockerfile and a Docker image. Currently the Dockerfile and image are both based on Debian. The Dockerfile was pulled from this repo: https://github.com/klokantech/tileserver-gl

Build the docker image by doing the following: docker build . If you want to give the image a name, you can do: docker build -t . (The build docker image is also in this repo)

To run, use the following command: docker run -it -v /data -p 8080:80 klokantech/tileserver-gl

Instructions for running the Tileserver through means other than Docker are here: https://hub.docker.com/r/klokantech/tileserver-gl/