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

Add Maryland Statewide Orthophotos #148

Closed
talllguy opened this issue Apr 28, 2016 · 6 comments
Closed

Add Maryland Statewide Orthophotos #148

talllguy opened this issue Apr 28, 2016 · 6 comments

Comments

@talllguy
Copy link

I can do this as a PR, but for now here's a descriptive format.

Maryland's 2013 and 2014 orthophotography is public domain high resolution data that can be used for OSM.

The image server URL is at http://geodata.md.gov/imap/rest/services/Imagery/MD_SixInchImagery/MapServer/

An example map tile using the zoom,x,y format is http://geodata.md.gov/imap/rest/services/Imagery/MD_SixInchImagery/MapServer/tile/14/332500/146384

Notice that the project is epsg:3857, the same as OSM. The tile coordinates appear to be in a NAD83 style.

@bhousel
Copy link
Member

bhousel commented May 5, 2016

Thanks @talllguy, I did look into this a bit today. You're right that the tile coordinates are not OSM compatible on this source. They use 512px tilesize and origin is not 0/0/0.

So we'd need to use something like whoots to query their WMS server directly.

Unfortunately whoots still requests srs=EPSG:900913 instead of the more standard srs=EPSG:3857 (see timwaters/whoots#1), and this Maryland WMS server doesn't accept the 900913 alias..

but if they did - the template would look like this

http://whoots.mapwarper.net/tms/{z}/{x}/{y}/MD_SixInchImagery/http://geodata.md.gov/imap/services/Imagery/MD_SixInchImagery/MapServer/WmsServer

@bhousel bhousel closed this as completed in 00e56f7 May 9, 2016
@bhousel
Copy link
Member

bhousel commented May 9, 2016

@timwaters fixed the upstream issue with whoots, so I added this source today.

@talllguy
Copy link
Author

@bhousel question: It looks like @simon04 was able to add the Maryland Three Inch Orthos (#206) without using the proxy. Could this source be changed to remove the proxy?

I thought that this could reduce the load on whoots, if it is not needed.

@simon04
Copy link
Contributor

simon04 commented Nov 13, 2016

The con of using the WMS directly is that the imagery is not available in iD, see openstreetmap/iD#1141

@talllguy
Copy link
Author

Got it. Thanks for the info!

@talllguy
Copy link
Author

@msokolDOIT here is the item we discussed at TUgis. This issue led to the inclusion of the Maryland Imagery in OpenStreetMap.

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

No branches or pull requests

3 participants