From (https://hub.docker.com/r/klokantech/tileserver-gl) i am able to run docker run --rm -it -v $(pwd):/data -p 8080:80 klokantech/tileserver-gl successfully and serve the map on localhost. However, I want to add custom markers when I click on the map itself. How can I achieve that?
docker run --rm -it -v $(pwd):/data -p 8080:80 klokantech/tileserver-gl
2.1m questions
2.1m answers
60 comments
57.0k users