Locus Map - forum

Content & Tools => Maps => Topic started by: Eric Poulson on March 15, 2014, 05:04:47

Title: USGS PADUS public land ownership overlay
Post by: Eric Poulson on March 15, 2014, 05:04:47
I finally got around to adding a custom online map for the USGS Protected Area Database (see:
USGS PADUS details (http://gis1.usgs.gov/arcgis/rest/services/gap/PADUS_Status/MapServer))

Add to providers.xml:
   
   <provider id="1000" type="0" visible="true" background="-1">
        <name>USGS</name>
        <mode>PADUS owner</mode>
        <url><![CDATA[http://gis1.usgs.gov/arcgis/rest/services/gap/PADUS_Owner/MapServer/tile/{z}/{y}/{x}]]></url>
<zoomPart>{z}-8</zoomPart>
        <zoomMin>12</zoomMin>
        <zoomMax>20</zoomMax>
        <tileSize>256</tileSize>
        <countries>World</countries>
    </provider>


This works really well as a semi-transparent overlay.

Here's the color legend:
(http://s30.postimg.org/3vug645z1/USGS_PADUS_Owner_legend.jpg) (http://postimg.org/image/3vug645z1/)
Title: Re: USGS PADUS public land ownership overlay
Post by: tjej01 on March 16, 2014, 15:45:50
This is exciting stuff!

From the USGS website, I see (and downloaded ) my state data (Colorado).

However, not being a programmer nor very programming proficient..I am unsure of the manner to 1) change/add the instructions your provide and 2) how to add to the the locus files so as to select and use.

PM if you prefer.

Thanks for any assistance.
Title: Re: USGS PADUS public land ownership overlay
Post by: teamlove17 on September 20, 2018, 14:24:40
I had been using this script for several years and then it stopped working. I reached out to PADUS and found out they had changed websites. Wondering if anybody has an updated script?

Thanks,
Title: Re: USGS PADUS public land ownership overlay
Post by: john_percy on September 21, 2018, 13:42:54
I suggest you try changing the code in providers.xml as below
   
   <provider id="1000" type="0" visible="true" background="-1">
        <name>USGS</name>
        <mode>PADUS Manager</mode>
        <url><![CDATA[https://gis1.usgs.gov/arcgis/rest/services/PADUS1_4/Protected_Areas_by_Manager/MapServer/tile/{z}/{y}/{x}]]></url>
<zoomPart>{z}-8</zoomPart>
        <zoomMin>12</zoomMin>
        <zoomMax>20</zoomMax>
        <tileSize>256</tileSize>
        <countries>World</countries>
    </provider>
Title: Re: USGS PADUS public land ownership overlay
Post by: teamlove17 on October 16, 2018, 21:52:10
That is what I tried initially and didn't have any luck.  I tried updating this line with the updated website:
<url><![CDATA[http://gis1.usgs.gov/arcgis/rest/services/gap/PADUS_Owner/MapServer/tile/{z}/{y}/{x}]]></url>