Skip to content

Commit

Permalink
Merge branch 'main' into update-ci-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
theduckylittle authored Nov 7, 2024
2 parents 0e2cab2 + 3b1cd1d commit 4703488
Show file tree
Hide file tree
Showing 9 changed files with 702 additions and 870 deletions.
14 changes: 7 additions & 7 deletions examples/desktop/mapbook.xml
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,8 @@
<param name="cross-origin" value="anonymous"/>
</map-source>

<map-source name="ags-vector-dc16" type="ags-vector">
<url>https://gis2.co.dakota.mn.us/arcgis/rest/services/DCGIS_OL_Transportation/MapServer/16</url>
<map-source name="ags-vector-dc37" type="ags-vector">
<url>https://gis2.co.dakota.mn.us/arcgis/rest/services/DCGIS_OL_Transportation/MapServer/37</url>
<layer name="railroads" selectable="true" title="Railroads">
<style><![CDATA[
{
Expand Down Expand Up @@ -288,7 +288,7 @@
</map-source>

<map-source name="ags-polygons-query" type="ags-vector">
<url>https://gis2.co.dakota.mn.us/arcgis/rest/services/DCGIS_OL_Transportation/MapServer/21</url>
<url>https://gis2.co.dakota.mn.us/arcgis/rest/services/DCGIS_OL_Transportation/MapServer/42</url>
<layer name="runways" selectable="true" title="Runways">
<style><![CDATA[
{
Expand Down Expand Up @@ -347,8 +347,8 @@
<!-- This layer is very large. It will take awhile to load, will slow down the browser
once it is loaded. Thus, it is not "in" the demo, but it is left here because it
a good complex example and is a great stress test for the ags-vector driver. -->
<!--map-source name="ags-vector-dc20" type="ags-vector">
<url>https://gis2.co.dakota.mn.us/arcgis/rest/services/DCGIS_OL_Transportation/MapServer/20</url>
<!--map-source name="ags-vector-dc41" type="ags-vector">
<url>https://gis2.co.dakota.mn.us/arcgis/rest/services/DCGIS_OL_Transportation/MapServer/41</url>
<layer name="roads" selectable="true" title="Streets">
<style><![CDATA[
{
Expand Down Expand Up @@ -497,8 +497,8 @@
<layer title="Parcel Points" src="parcels_points/parcels_points" status="off" />
<layer title="Expensive Parcels" src="vector-parcels/big-money"/>
<layer title="City and County Boundaries" src="borders/county_borders;borders/city_poly"/>
<layer title="AGS Dakota County Rail" src="ags-vector-dc16/railroads"/>
<!--layer title="AGS Dakota County Streets" src="ags-vector-dc20/roads"/-->
<layer title="AGS Dakota County Rail" src="ags-vector-dc37/railroads"/>
<!--layer title="AGS Dakota County Streets" src="ags-vector-dc41/roads"/-->
<layer title="AGS Dakota County Runways" src="ags-polygons-query/runways"></layer>
</group>
<layer src="vector-pipelines/pipelines"></layer>
Expand Down
Loading

0 comments on commit 4703488

Please sign in to comment.