Support for Geospatial Information System (GIS) scenario creation #171
-
I am following https://github.com/InterDigitalInc/AdvantEDGE/wiki/gis to create a GIS scenario and downloaded the .mbtiles for Dortmund region. Does mean the AdvantEDGE github repository folder? If yes, then there was no ./meep folder. I even tried creating a empty folder structure as ./meep/omt and copied the downloaded mbtiles file to the folder. But in the map view of scenario in AdvantEDGE, I don't see any network elements(though I add them) nor map tiles (refer to the attached screenshot). Can someone help me on GIS setting up for scenario creation? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 9 replies
-
When you deploy the AdvantEDGE,
If your downloaded file is correct you should be able to see the map on the frontend. |
Beta Was this translation helpful? Give feedback.
-
It would be helpful if you could provide the logs for the meep-virt-engine pods. It's hard inspect the problem without the logs. You could use the |
Beta Was this translation helpful? Give feedback.
-
Hello, Recently, the helm charts repository was moved to a new location https://helm.sh/blog/new-location-stable-incubator-charts/ After adding this fix you will have to build, dockerize and deploy again, follow the below steps for that: |
Beta Was this translation helpful? Give feedback.
When you deploy the AdvantEDGE,
.meep
folder gets created in your home folder. So I would check the home folder first to see if the.meep
folder is created there or not. https://github.com/InterDigitalInc/AdvantEDGE/wiki/gis#map-provisioning this link mentions adding the.mbtiles
file into /.meep/omt. In this case it would be yourhome
folder on the Ubuntu system. As I can see that you are able to load the frontend, that means you have deployed the AdvantEDGE successfully. The next steps for you would be to copy the.mbtiles
file of the Dortmund region to~/./meep/omt
folder and then delete and deploy the core and dep again._.mbtiles
to~/./meep/omt
foldermeepctl delete core
meepc…