-
Notifications
You must be signed in to change notification settings - Fork 244
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
unfoldingmap do not open mbtiles which have more than 1 MB size #176
Comments
What environment are you using? Processing or some other IDE? It might depend on the VM memory you set for that environment. (Though typically it should throw an OutOfMemory exception) |
I am using eclipse for java . |
What are the settings for JVM memory? Did you increase it? |
You could do that for whole Eclipse or as running configuration. See https://stackoverflow.com/questions/15313393/how-to-increase-application-heap-size-in-eclipse (Again, this typically only helps when you are getting out of memory errors). |
I didn't change any JVM setting. I do not know how to change it. |
Did you try out the settings as explained in the link? Did it change anything? |
It didn't work. |
Any error messages, anything? Does it work if you are using a smaller MBTiles file? |
No error message, just black screen and its steelwork on smaller MBTiles files? |
I tried to open mbtiles(size 1.2 GB) file from openseamap with unfolding map java but it didn't work. It just gave me a black screen without any error message or warning.
The text was updated successfully, but these errors were encountered: