-
Notifications
You must be signed in to change notification settings - Fork 1
GeoServer
rothwell.andy@gmail.com edited this page Aug 5, 2024
·
2 revisions
In Spring 2024, CityGeo, specifically Roland MacDavid (Roland.MacDavid@phila.gov) if there are questions, experimented with running the zoning tiles out of GeoServer. The ArcGIS tiles were always loading slowly.
As a result, the configuration for the zoning tiles in config.js must be:
zoning: {
tiles: [
'https://citygeo-geoserver.databridge.phila.gov/geoserver/wms?service=WMS&version=1.1.0&request=GetMap&layers=atlas_zoning_grouped&bbox={bbox-epsg-3857}&width=1024&height=1024&srs=EPSG%3A3857&styles=&format=image/png&transparent=true'
],
type: 'raster',
tileSize: 1024,
},