From dcec445a9ab974dd517876d9694cd3dafeeaf063 Mon Sep 17 00:00:00 2001 From: lolochristen Date: Mon, 18 Dec 2023 09:46:09 +0100 Subject: [PATCH] readme update --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e439274..4bc9f53 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ This is a map component based on [OpenLayers](https://openlayers.org/) to show different types and layers of maps from sources like OpenStreet, Bing, SwissTopo ary WMTS/WMS compatible source with some features like markes or shape drawing. The component has implemented the swiss specific coordination projection (VL03/VL95) and therefore can project map content from swisstopo (https://map.geo.admin.ch/). +## Major Changes + +Starting fromn version 1.5, the coordinates are represented and defined according to EPSG. This means the input for a Coordinate object will be switched: Coordinate(1197650, 2604200) > Coordinate(2604200, 1197650) or new Coordinate(51, 0) > Coordinate(0, 51) + ## Demo/Examples https://openlayers-blazor-demo.laurent-christen.ch/ @@ -16,9 +20,9 @@ https://openlayers-blazor-demo.laurent-christen.ch/ ```html ... - + - + ... ``` @@ -37,13 +41,13 @@ https://openlayers-blazor-demo.laurent-christen.ch/ - - - + + + - +