Skip to content

Commit

Permalink
Remove missed whitespaces in table
Browse files Browse the repository at this point in the history
  • Loading branch information
Softwarecules committed Jul 31, 2024
1 parent 30aa0bb commit 165c9eb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,14 +188,14 @@ Since this is the base for many functions, the service ID set in this is used to

The `<...masterportalAPI.fields>` means that any masterportalAPI field may also be used here _directly_. The most common fields are the following ones; for more, see masterportalAPI.

| fieldName | type | description |
| fieldName | type | description |
| - | - | - |
| startResolution | number | Initial resolution; must be in options. See below. |
| startCenter | number[] | Initial center coordinate. |
| extent | number[] | Map movement will be restricted to this rectangle. |
| epsg | string | Leading coordinate system, e.g. `"EPSG:25832"`. |
| options | Array | Defines all available zoomLevels. Entries define `resolution`, `scale`, and `zoomLevel`. See masterportalAPI for details. |
| namedProjections | Array | Array of usable projections by proj4 string. |
| startResolution | number | Initial resolution; must be in options. See below. |
| startCenter | number[] | Initial center coordinate. |
| extent | number[] | Map movement will be restricted to this rectangle. |
| epsg | string | Leading coordinate system, e.g. `"EPSG:25832"`. |
| options | Array | Defines all available zoomLevels. Entries define `resolution`, `scale`, and `zoomLevel`. See masterportalAPI for details. |
| namedProjections | Array | Array of usable projections by proj4 string. |

##### <plugin.fields>

Expand Down

0 comments on commit 165c9eb

Please sign in to comment.