Skip to content
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

Open
ozan123456789 opened this issue Jun 25, 2020 · 9 comments
Open

Comments

@ozan123456789
Copy link

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.

@tillnagel
Copy link
Owner

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)

@ozan123456789
Copy link
Author

I am using eclipse for java .

@tillnagel
Copy link
Owner

What are the settings for JVM memory? Did you increase it?

@tillnagel
Copy link
Owner

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).

@ozan123456789
Copy link
Author

I didn't change any JVM setting. I do not know how to change it.

@tillnagel
Copy link
Owner

Did you try out the settings as explained in the link? Did it change anything?

@ozan123456789
Copy link
Author

It didn't work.

@tillnagel
Copy link
Owner

Any error messages, anything? Does it work if you are using a smaller MBTiles file?

@ozan123456789
Copy link
Author

No error message, just black screen and its steelwork on smaller MBTiles files?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants