PLSS Locator is a free tool created by the Wisconsin State Cartographer's Office to help users identify within which Public Land Survey System (PLSS) subdivisions a location resides.
-
app-config.jsonSetting Type Description appNamestring The name of the application. mapPortalIdstring The portal ID of the web map used by the application. gaMeasurementIdstring Google Analytics measurement ID titleBreakpointnumber Viewport width at which the application title switches to short form. shellBreakpointnumber Viewport width at which shell changes to mobile view. -
SCO Components:
v2.1.1
| Parameter | Format | Description |
|---|---|---|
center |
center=<x>,<y>center=<x>,<y>,<wkid> |
MapView center: x coordinate, y coordinate, and optionally the well known ID of the spatial reference system. If no WKID is provided, 4326 is assumed. Examples: center=-89.8506,45.8167center=-9908677.16,5434226.91,102100 |
level |
level=<zoom> |
MapView zoom level. Normally, zoom level depends on they type of layers are used in an application (vector versus image tiles) but this value is standardized to the vector scale where zoom level 0 has a scale of 295828763.795777.Example: level=10 |
basemap |
basemap=<index> |
Index of basemap in basemap gallery. Example: basemap=1 |
query |
qeury=<lat>,<lon> |
Latitude and longitude of click location to query for PLSS info. Example: query=43.6819,-89.8571 |