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

Merged craigbecks changes into mine, and then implemented some of the MKGeometry methods #30

Closed
wants to merge 13 commits into from

Conversation

jeffsawatzky
Copy link

I merged craigbecks changes, which includes the code for the MapKitView+ZoomLevel, which I used to implement some of the methods in MKGeometry. I also implemented som tests for the MKGeometry methods.

Also, I reverted one of craigbeck's changes (to do with changing the header path) as I don't do static linking or whatever that change was for.

I was getting webundefined errors becuase the page isn't fully setup by
the time I got the mapViewDidFinishLoadingMap call. I modified the
MapKit.html file to load things synchronously to avoid the
mapViewDidFinishLoadingMap getting called before the page is fully
loaded.  I also updated the demo to use ARC (GC was causing build
warnings), and moved some private code around a little.
@jeffsawatzky
Copy link
Author

Made some more changes, this time fixing some WebUndefined errors I was getting.

@jeffsawatzky
Copy link
Author

Made the google links open in the default browser

@jeffsawatzky jeffsawatzky mentioned this pull request Mar 6, 2013
@jeffsawatzky jeffsawatzky mentioned this pull request Apr 26, 2013
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

Successfully merging this pull request may close these issues.

None yet

3 participants