Skip to content

Commit

Permalink
updated README with new layer type
Browse files Browse the repository at this point in the history
  • Loading branch information
reed-tom committed May 9, 2024
1 parent 69e8562 commit 8fdba1b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,17 @@ Additional options for `GeoJSON` layer type.
| `geojson` | `object` | Feature collection in GeoJSON format; coordinates are expected to be in the print job reference system. |
| `style` | `object` | JSON object in geostyler notation, defining the layer style. |

#### `ImageArcGISRest layer` type

Additional options for `ImageArcGISRest` layer type.

| field | type | description |
|---|---|---|
| `hidpi` | `boolean` | Use the ol/Map#pixelRatio value when requesting the image from the remote server. |
| `interpolate` | `boolean` | Use interpolated values when resampling. Set to false to use the nearest neighbor instead. |
| `tiled` | `boolean` | Indicates whether the WMS layer should be requested as tiles. Defaults to `false`. |
| `params` | `object` | ArcGIS Rest parameters. This field is optional. |

#### `projectionDefinition` type

A `projectionDefinition` object describes a projection to be registered in proj4.
Expand Down

0 comments on commit 8fdba1b

Please sign in to comment.