Justin Miller
Justin Miller
Figured this out in another script. Something like this: ```bash PROC=$( ps ax | \ grep '/Applications/Safari.app/Contents/MacOS/Safari' | \ grep -v grep | \ wc -l ) if [ $PROC...
I'm curious if anyone has started down the path of implementing even a light version of web workers in Ejecta. I have, via: - Creating a mock `Worker.js` that's included...
@ravikvss Where are you doing this in your view controller? Can't make out the method in your image.
No, I mean, where is `addMapView` called from in your view controller lifecycle?
What method?
Hmm, this doesn't sound right. I know that the projection meters are figured properly (e.g. `-[RMMapView metersPerPixel]` holds the correct equatorial scale), so my first thought was that perhaps `RMCircle`...
Oh, great catch. That'd do it. I should've checked that. Will fix.
This hasn't been a problem in past. Is this a Swift app?
That's a pretty cool idea. I'd take a PR for it; looks like you'd just have to find the three or so instances of this: ``` objc annotation.layer = [_delegate...
It's probably more correctly "add `Mapbox.bundle` to your primary app target's _Copy Bundle Resources_ build phase", but someone who's built an iOS app or ever used a third-party framework would...