Jérémy Roustang

Results 17 comments of Jérémy Roustang

same issue, fix working for me: Add in android/build.gradle (before allprojects, i don't know if it matters): ``` subprojects { afterEvaluate {project -> if (project.hasProperty("android")) { android { compileSdkVersion 27...

@firefountain did you find a way to achieve this ?

Ok, thanks guys i make some changes in RMMBTilesSource and ComPolancomediaMapboxView.m to do the thing. Now i'll try to add eventlistener 'click' on annotation popup

@firefountain yes, did you have make anothers features ? I need to set image for annotations, i know @adampax already try this. I also need eventlistener click on polygon. I'm...

Yes, i comment line 62 - 77 in ComPolancomediaMapboxView.m and add: ``` javascript mapSource = [[RMMBTilesSource alloc] initWithTileSetURL:[NSURL fileURLWithPath:mapPath]]; ``` You need to send the mbtiles file path with .resolve()...

@adampax i noticed that the memory used isn't release when we close the window, did you notice ? I moved to Ti.Map and add MKTileOverlay for that

@abbasmoosavi thanks for the fork, could you update your fork ? i tested it and i loose the freeStyleCropEnabled functionnality :p

@richTheCreator Did you figure this out? :D

@ekimlinger did you successfully implement this for iOS ?

Ok thanks @ekimlinger , i think some data on iOS can only get retrieve with Private API