Add witty caption |
Anyway, you can do WMS now in your WhirlyGlobe or Maply app.
The Code
All this is in WhirlyGlobe-Maply 2.2, a rather massive update to the toolkit I'll be publishing shortly. It's in the develop branch if you're feeling frisky.
Here's how you'd add the NAIP ortho quads to your globe (or map).
Pretty simple, actually. Here's all we're doing.
- Create a coordinate system that describes good old WGS84 lat/lon.
- Setting up a tile source to point to the WMS end point.
- Starting a new layer which uses that tile source.
Incidentally, you can write your own tile sources now. The code for MaplyWMSTileSource is pretty simple and it lives at the Component level. That means it's entirely Objective-C.
No comments:
Post a Comment