Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
xml
xml
linenumberstrue
<spatial:spatialengine id="arcgis">
	<dbtype>arcgis</dbtype>
	<url><![CDATA[https://services.arcgis.com/3vStCH7NDoBOZ5zn/arcgis/rest/services/Potable_Water_Pipe/FeatureServer]]></url>
	<crs>EPSG:28356</crs>
</spatial:spatialengine>

Connecting to a GeoPackage

Code Block
xml
xml
linenumberstrue
<?set GEOPKG_FILE=platform/workspace/db/com_opendata.gpkg?>

<spatial:spatialEngine id="opendata">
	<dbtype>geopkg</dbtype>
	<database>${GEOPKG_FILE}</database>
</spatial:spatialEngine>