-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when running docker #40
Comments
Hi @NMC92 The tests that are running in this last step are actually sanity checks on the number of zones found in the cosmogony file. The numbers related to Portugal may be outdated, or are no longer consistent with the configuration used in Cosmogony. As for the absence of map in the UI, it's due to an obsolete style URL in the basemap configuration. Both issues should be solved by #41. Could you have a try on this branch? |
Hello @amatissart ! I applied the patch and it's working!! Thank you very much for the help!! I'm glad I was able to contribute by indirectly pointing these two bugs. |
Bonjour, I hope you're well!
I have tried building and launching my own Cosmogony, because I have my own genre of this project, albeit on a smaller scale (https://mappumappu.000webhostapp.com/index.html) so it really picked my interest!
But when I try to do a full flow of the process(meaning I fetch an ...osm.pbf from Geofabrik, build a .json with the Cosmogony project and try to run Cosmogony Explorer with it) I get an error in the tests part. I have tried the Portugal-latest and Poland-latest osm.pbf files. It does, however, build the Explorer with the files already in the Cosmogony project(for example the luxembourg_filtered.osm.pbf in the cosmogony\tests\data folder), although it shows nothing besides the UI of the explorer.
I don't know what I can do to fix it so all help would be appreciated. This would be better discussed through PMs but I can't find any contacts available here. Any help would be much appreciated! Merci beaucoup!
P.S.: There are two images attached, the first with more info of the error and the second with the result of cosmogony json build. Also, if you want to reach out to me, I'll put my e-mail in my own page here. Also, the command I'm running is this:
PATH_TO_COSMOGONY_DIR=../cosmogony_data pipenv run inv -e run-local --cosmogony-file-name=cosmogony_Portugal.json --build-dockers
The text was updated successfully, but these errors were encountered: