Skip to content

Instantly share code, notes, and snippets.

@frankydp
Created April 21, 2015 19:17
Show Gist options
  • Select an option

  • Save frankydp/69eb6477148519b6e39a to your computer and use it in GitHub Desktop.

Select an option

Save frankydp/69eb6477148519b6e39a to your computer and use it in GitHub Desktop.
Demo of US Parcel Layer Leaflet
function demoParcels() {
var ckey = "FVv7W5Az99"
var tileurl = "reportallusa.com/dyn/tile.py"
var tile_map_url = tileurl + "?map=siteroot/Base_Layers.map&layer=Parcels&mode=tile&tilemode=gmap&tile=${x}+${y}+${z}&client=" + ckey;
new L.TileLayer(tile_map_url).addTo(map)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment