Created
April 21, 2015 19:17
-
-
Save frankydp/69eb6477148519b6e39a to your computer and use it in GitHub Desktop.
Demo of US Parcel Layer Leaflet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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