Skip to content

Instantly share code, notes, and snippets.

@staffordsmith83
Created August 31, 2022 03:32
Show Gist options
  • Save staffordsmith83/2c2801bc25cdcee9515676a42f523323 to your computer and use it in GitHub Desktop.
Save staffordsmith83/2c2801bc25cdcee9515676a42f523323 to your computer and use it in GitHub Desktop.
Test catalog with feature servers with 25,000 features.
{
"homeCamera": {
"north": -8,
"east": 158,
"south": -45,
"west": 109
},
"catalog": [
{
"type": "esri-featureServer",
"name": "DummyDataESRI",
"url": "https://services6.arcgis.com/GB33F62SbDxJjwEL/arcgis/rest/services/DummyDataWFSTest/FeatureServer/0"
}
,
{
"type": "wfs",
"name": "DummyDataWFS",
"url": "https://dservices6.arcgis.com/GB33F62SbDxJjwEL/arcgis/services/DummyDataWFSTest/WFSServer",
"typeNames": "DTVDummyTest25KLimit:DummyData",
// "maxFeatures": 1000
}
],
"viewerMode": "3dSmooth",
"baseMaps": {
"defaultBaseMapId": "basemap-positron",
"previewBaseMapId": "basemap-positron"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment