Skip to content

Instantly share code, notes, and snippets.

@talllguy
Last active May 3, 2021 12:44
Show Gist options
  • Save talllguy/da928077ba3a80336b4326098aab5f68 to your computer and use it in GitHub Desktop.
Save talllguy/da928077ba3a80336b4326098aab5f68 to your computer and use it in GitHub Desktop.
Maryland iMAP LiDAR sources for JOSM

Maryland iMAP Public Domain Lidar in JOSM

Maryland makes its shaded relief lidar data available for free and in the public domain. You can added as a source for tracing in JOSM using the following WMS imagery entries. To add a county that isn't listed, head to the LiDAR server and copy the WMS link into a text editor. Then update the link with a paremeters like in these examples.

Maryland iMAP PD Lidar: Anne Arundel County

wms:https://lidar.geodata.md.gov/imap/services/AnneArundel/MD_annearundel_shadedRelief_RGB/ImageServer/WMSServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}

Maryland iMAP PD Lidar: Baltimore City

wms:https://lidar.geodata.md.gov/imap/services/BaltimoreCity/MD_baltimorecity_shadedRelief_RGB/ImageServer/WMSServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}

Maryland iMAP PD Lidar: Baltimore County

wms:https://lidar.geodata.md.gov/imap/services/Baltimore/MD_baltimore_shadedRelief_RGB/ImageServer/WMSServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}

Maryland iMAP PD Lidar: Carroll County

wms:https://lidar.geodata.md.gov/imap/services/Carroll/MD_carroll_shadedRelief_RGB/ImageServer/WMSServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}

Maryland iMAP PD Lidar: Harford County

wms:https://lidar.geodata.md.gov/imap/services/Harford/MD_harford_shadedRelief_RGB/ImageServer/WMSServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}

Maryland iMAP PD Lidar: Howard County

wms:https://lidar.geodata.md.gov/imap/services/Howard/MD_howard_shadedRelief_RGB/ImageServer/WMSServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}

Maryland iMAP PD Lidar: Frederick County

wms:https://lidar.geodata.md.gov/imap/services/Frederick/MD_frederick_shadedRelief_RGB/ImageServer/WMSServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}

Maryland iMAP PD Parcels

wms:https://geodata.md.gov/imap/services/PlanningCadastre/MD_ParcelBoundaries/MapServer/WmsServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=Parcel Boundaries&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment