-
Notifications
You must be signed in to change notification settings - Fork 68
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
[Questioin] offline will never be supported? #539
Comments
I would say use it. It is 100% usable and some fork might come out hopefully soon enough. I am already maintaining my fork but we might start an organized effort |
Thank you for replying. I registered my account but I can't find I want to replace it. |
@shinriyo i am not part of carto so i cant say about the license part. I would use it without any carto stuff. What you are planning on doing with it? which map data are you planning to use? |
Thank you for your response. Also, rather than the current settings on iOS, I want to switch the language displayed on the map to Japanese, English, Simplified Chinese, Traditional Chinese, and Korean by passing parameters. The ability to zoom in, zoom out, and change the coordinates position is also necessary. |
@shinriyo all that is doable with Carto Mobile SDK. For the map offline you could generate it, store it on a server and give the option to the user to donwload it whenever you see fit. All that can be done but you need to implement it. |
@farfromrefug |
@shinriyo yes the server would be a web server you setup. The downloaded files would be a mbtiles and it could be stored on an ipad for as long as you want. Though be careful a map of japan might be quite a big file. |
@farfromrefug |
No planetiler can generate map data which either can be used offline or served through a web server. Maptiler is simply a provider of map tiles so you dont have to generate anything. |
I simply want to locally place a map of Japan (just Western Japan is fine) on an iPad, and just display, zoom, and support multiple languages on the map. However, I lack the knowledge related to maps, and it's too difficult for me to understand. https://github.com/roblabs/openmaptiles-ios-demo |
I don't understand why planetiler is necessary in the first place. What I want to do is just the following:
|
That's great, can you build it into an aar file or publish it to maven? |
@lionpham-gis yes I could. But I would prefer for this to get organized . the current published version is really stable. No major bug to fix so I think we can wait. Just know that it is not abandoned though currently the Dev is pretty slow. |
.osm.pbf is (usually) source OSM data what is just technically not usable for rendering map. These processing tools convert the data to mbtiles which is basically the same data (even uses also same pbf as encoding format), but info is reorganized heavily for fast display. The data map is indexed to map tiles and zoom levels, has presimplified data etc. Mbtiles also has selection of languages for labels, so I suggest to check if the processing includes all the languages you need. |
Were you able to get it done? if not hit me up on @rexfordnyrk twitter |
offline
It says
This component is still under support but it will not be further developed. We don’t recommend starting new projects with it.
so do you have any alternative proposal?
The text was updated successfully, but these errors were encountered: