Mapsforge_iOS icon indicating copy to clipboard operation
Mapsforge_iOS copied to clipboard

Is this project maintained ??

Open cadizjavier opened this issue 10 years ago • 9 comments

This port to Objective-C of the popular Mapsforge library seems super useful since there are almost none well maintained Open Source libraries to render vector tiles in iOS. However the project itself throw a lot of errors in XCode 6 and even the attempt of converting to ARC fails abruptly.

cadizjavier avatar Nov 21 '14 00:11 cadizjavier

I'm searching for help about a working version on xcode 6. Have you solved your issues? I tried to recompile project without success.

dlkobe80 avatar Jan 13 '15 08:01 dlkobe80

I can compile with Xcode 6 but with ARCHS_STANDARD_32_BIT. I'm trying to compile with arm64 support, will post something as soon as I have finished.

breiko83 avatar Jan 13 '15 12:01 breiko83

Any news about the recompiling?

dlkobe80 avatar Jan 19 '15 16:01 dlkobe80

Hello dlkobe80. I have just posted the updated project here: https://github.com/breiko83/Mapsforge_iOS

breiko83 avatar Jan 26 '15 12:01 breiko83

Thank you Breiko83 you saved me

dlkobe80 avatar Jan 26 '15 17:01 dlkobe80

No problem. Just remember to contribute back to the project.

breiko83 avatar Jan 26 '15 17:01 breiko83

Glad to see a refresh version of this. I will check this out very soon. Did you run a demo app successfully ?? Any comments ??

cadizjavier avatar Jan 26 '15 19:01 cadizjavier

The demo is running and working fine but it requires some work of course on styling, performance and stabilty.

breiko83 avatar Jan 27 '15 10:01 breiko83

Hey, I have rebased the code of this project to the mapbox-ios-sdk what brings a lot in performance, multithreading support, caching and features.

braandl avatar May 06 '15 17:05 braandl