<div dir="ltr"><div><div><div><div><div><div><div><div>Hello list,<br></div>I wanted to share with you how I integrated a free Digital Globe API into GeoMoose.  For some, this may not be relevant or that complicated, however, I'm hoping it may help someone in our community.<br></div><br>First, sign up for your own free API key:  <a href="https://platform.digitalglobe.com/maps-api/#plans">https://platform.digitalglobe.com/maps-api/#plans</a>.  The free api gives you 20,000 views of the imagery.<br><br></div>Second, incorporate the following map sources into your mapbook.xml file:<br><br>    <map-source name="DG_Sat" type="xyz"><br>        <layer name="Maps API Recent Imagery    DigitalGlobe, Inc." /><br>        <url><a href="http://api.tiles.mapbox.com/v4/digitalglobe.nal0g75k/${z}/${x}/${y}.png?access_token=YOUR">http://api.tiles.mapbox.com/v4/digitalglobe.nal0g75k/${z}/${x}/${y}.png?access_token=YOUR</a> API KEY</url><br>        <param name="FORMAT" value="png"/><br>        <param name="attribution" value="Copyright DigitalGlobe, Inc"/><br>    </map-source><br>    <br>    <map-source name="DG_Hybrid" type="xyz"><br>        <layer name="Maps API Recent Imagery with Streets    DigitalGlobe, Inc." /><br>        <url><a href="http://api.tiles.mapbox.com/v4/digitalglobe.nal0mpda/${z}/${x}/${y}.png?access_token=YOUR">http://api.tiles.mapbox.com/v4/digitalglobe.nal0mpda/${z}/${x}/${y}.png?access_token=YOUR</a> API KEY</url><br>        <param name="FORMAT" value="png"/><br>        <param name="attribution" value="Copyright DigitalGlobe, Inc"/><br>    </map-source>    <br><br></div><div>In the above examples replace 'YOUR API KEY' with the actual key code.<br><br></div><div>Third, add these to the <catalog> section in the mapbook.xml file:<br><br><layer title="DigitalGlobe Inc. Recent Imagery" src="DG_Sat/Maps API Recent Imagery    DigitalGlobe, Inc." show-legend="false" legend="false" fade="false" unfade="false"/><br> <br><layer title="DigitalGlobe Inc. Recent Imagery with Streets" src="DG_Hybrid/Maps API Recent Imagery with Streets    DigitalGlobe, Inc." show-legend="false" legend="false" fade="false" unfade="false"/><br></div><br></div>In these examples, I'm showing both the recent imagery and recent imagery with streets layers.  <br></div>You can also add a terrain map and streetmap vectors too.<br><br></div>Cheers,<br><br></div>Kevin<br><div><div><div><div><br></div></div></div></div></div>