Skip to content
This repository has been archived by the owner on May 9, 2018. It is now read-only.

add WMS support #263

Closed
wants to merge 4 commits into from
Closed

add WMS support #263

wants to merge 4 commits into from

Conversation

halset
Copy link
Contributor

@halset halset commented Jun 25, 2013

Long time ago, I added a RMWMSSource to /route-me/route-me. This is the same thing but with some minor changes from my project + some changes to confirm with the mapbox fork.

Example (from RMWMSSource.h):
RMWMS *wms = [[RMWMS alloc] init];
wms.urlPrefix = @"http://vmap0.tiles.osgeo.org/wms/vmap0";
wms.layers = @"basic";
RMWMSSource *wmsSource = [[RMWMSSource alloc] init];
wmsSource.wms = wms;
wmsSource.uniqueTilecacheKey = @"abc";
[mapView setTileSource:wmsSource];

@halset
Copy link
Contributor Author

halset commented Jul 4, 2013

@incanus, can you take a look at this?

@incanus
Copy link
Contributor

incanus commented Jul 8, 2013

Will try to. YOu could also submit directly to https://github.com/Alpstein/route-me for possibly faster results, but I will try to check this out :-)

@halset
Copy link
Contributor Author

halset commented Jul 28, 2013

Thanks, @incanus . I have added it to Alpstein as well - Outdooractive/route-me#133

@halset
Copy link
Contributor Author

halset commented Jul 29, 2013

The Alpstein pull request is merged. Will you merge over the WMS stuff from Alpstein @incanus ? If so, I guess this pull request can be closed.

@incanus
Copy link
Contributor

incanus commented Jul 29, 2013

Yep, will be watching. I've got a big pull request that I'm waiting on first.

@incanus
Copy link
Contributor

incanus commented Jul 29, 2013

I'll close here, as I'll take this down from Alpstein as soon as I can per normal dev cycle.

@incanus incanus closed this Jul 29, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants