-
Notifications
You must be signed in to change notification settings - Fork 258
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
Comments
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 but if they did - the template would look like this
|
@timwaters fixed the upstream issue with whoots, so I added this source today. |
The con of using the WMS directly is that the imagery is not available in iD, see openstreetmap/iD#1141 |
Got it. Thanks for the info! |
@msokolDOIT here is the item we discussed at TUgis. This issue led to the inclusion of the Maryland Imagery in OpenStreetMap. |
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.The text was updated successfully, but these errors were encountered: