Skip to content

Commit

Permalink
fix: use SITLA Vector Tile service
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Apr 8, 2024
1 parent 9b0ed26 commit cea9ced
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/pageElements/Map.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ esriConfig.assetsPath = '/assets';

const urls = {
landownership:
'https://gis.trustlands.utah.gov/server/' +
'/rest/services/Ownership/UT_SITLA_Ownership_LandOwnership_WM/FeatureServer/0',
'https://gis.trustlands.utah.gov/hosting/rest/services/Hosted/Land_Ownership_WM_VectorTile/VectorTileServer',
parcels:
'https://services1.arcgis.com/99lidPhWCzftIe9K/arcgis/rest/services/UtahStatewideParcels/FeatureServer',
plss: 'https://tiles.arcgis.com/tiles/99lidPhWCzftIe9K/arcgis/rest/services/UtahPLSS/VectorTileServer',
Expand Down Expand Up @@ -112,7 +111,7 @@ export default function PlssMap({ color, dispatch, drawerOpen, state }) {
overlays: [
'Address Points',
{
Factory: FeatureLayer,
Factory: VectorTileLayer,
url: urls.landownership,
id: 'Land Ownership',
opacity: 0.3,
Expand Down

0 comments on commit cea9ced

Please sign in to comment.