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

Tiled map view #19

Merged
merged 19 commits into from
Mar 13, 2014
Merged

Tiled map view #19

merged 19 commits into from
Mar 13, 2014

Conversation

dblock
Copy link
Collaborator

@dblock dblock commented Mar 11, 2014

An implementation of a tiled map view and a generic DZTiles data source. DZ stands for "deep zoom". These follow the same structure as what's used on the web by libraries like OpenSeaDragon.

NATiledImageMapView *mapView = [[NATiledImageMapView alloc] initWithFrame:self.view.bounds tiledImageDataSource:dzTileImageDataSource];
mapView.backgroundColor = [UIColor colorWithRed:0.000f green:0.475f blue:0.761f alpha:1.000f];
mapView.autoresizingMask = UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight;
// mapView.displayTileBorders = YES;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

swanky.

@dblock
Copy link
Collaborator Author

dblock commented Mar 13, 2014

@neilang This is good to merge.

neilang added a commit that referenced this pull request Mar 13, 2014
@neilang neilang merged commit b347fd3 into neilang:version-3.0 Mar 13, 2014
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.

3 participants