Extends search widget for coordinate input
Per default coordinates can be searched in following coordinate reference systems:
- app projection (defined in map config)
- geographic wgs84 (EPSG:4326)
Additionally other projections can be configured using searchProjections
.
Open the searchbar of the VC Map and type in a coordinate, e.g. 13.405, 52.52
.
Camera will move to the searched position and a balloon shows position in EPSG:4326 and a projected crs.
Property | Type | State | Description |
---|---|---|---|
searchProjections |
Array<ProjectionOptions> |
optional | options for additional search projections, see VC Map API |