question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to add a new Country Map when using Docker?

See original GitHub issue

According to the docs, a user can add a new CountryMap by putting the .geojson file in this directory: superset/assets/src/visualizations/CountryMap/countries. This directory however does not exist in this path. It’s located only in node modules directory.

Is it possible to add a new country when Superset is installed with Docker? Or is building from source the only way to achieve this?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:18

github_iconTop GitHub Comments

0reactions
harshal-ccommented, Oct 22, 2020

@visakhmurukes Hi, were able to figure it out in the end?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Maps on-premises with Docker | MapTiler
How to run maps of the entire world on your own server with Docker.
Read more >
Container networking - Docker Documentation
To make a port available to services outside of Docker, or to Docker containers which are not connected to the container's network, use...
Read more >
Create a docker image of an offline open street map server
2. Import the data files. You should need a data file of a country or more countries to generate the tiles. Here, I...
Read more >
How To Expose or Publish Docker Ports
Add an EXPOSE instruction in the Dockerfile; Use the –expose flag at runtime to expose a port; Use the -p flag or -P...
Read more >
Deploying Your First Web App to Tomcat on Docker | Cprime
Deploy web application on the Tomcat server; Build your own Docker images using Dockerfile; Mapping ports from container on to the host machine....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found