Skip to content

Commit d292c3c

Browse files
authored
Update README.md
1 parent 8ddd67c commit d292c3c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# OxyPlot.Cartography
2-
![OpenStreetMap example](https://github.com/BobLd/oxyplot-cartography/blob/master/Images/example-openstreetmap.png)
2+
![example-openstreetmap](https://user-images.githubusercontent.com/38405645/184510801-c255316f-6dbb-4955-a064-c2b744c3cb28.png)
33

44
# Usage
55
The below example is implemented using Avalonia, but it will be very similar for other platforms.
@@ -74,7 +74,8 @@ using (var streamImg = asset.Open(loadingImg))
7474

7575
## Map Tiles
7676
### MapTileAnnotation
77-
![arcgisonline example](https://github.com/BobLd/oxyplot-cartography/blob/master/Images/example-arcgisonline-sat.png)
77+
![example-arcgisonline-sat](https://user-images.githubusercontent.com/38405645/184510820-e1616724-46e5-46a8-8169-fa408bb26d8d.png)
78+
7879

7980
#### Usage
8081
```csharp
@@ -114,8 +115,8 @@ Map tiles are rendered as true squares, axis is not linear. You can use it in co
114115
> Most of OSM, including the main tiling system, uses a Pseudo-Mercator projection where the Earth is modelized as if it was a perfect a sphere. Combined with the zoom level, the system is known as a Web Mercator on Wikipedia.<br>
115116
> This produces a fast approximation to the truer, but heavier elliptical projection, where the Earth would be projected on a more accurate ellipsoid (flattened on poles). As a consequence, direct mesurements of distances in this projection will be approximative, except on the Equator, and the aspect ratios on the rendered map for true squares measured on the surface on Earth will slightly change with latitude and angles not so precisely preserved by this spherical projection.
116117
https://wiki.openstreetmap.org/wiki/Mercator
118+
![example-openstreetmap-latitude-mercator-axis](https://user-images.githubusercontent.com/38405645/184510844-ef039e92-198f-471c-bfd1-b7c141aa2995.png)
117119

118-
![Latitude Mercator Axis example](https://github.com/BobLd/oxyplot-cartography/blob/master/Images/example-openstreetmap-latitude-mercator-axis.png)
119120

120121
#### Usage
121122
```csharp
@@ -130,7 +131,7 @@ model.Axes.Add(new LatitudeWebMercatorAxis
130131

131132
### LinearAxis
132133
When using the basic Oxyplot `LinearAxis`, the map tiles are not rendered as true squares.
133-
![Linear Axis example](https://github.com/BobLd/oxyplot-cartography/blob/master/Images/example-openstreetmap-linear-axis.png)
134+
![example-openstreetmap-linear-axis](https://user-images.githubusercontent.com/38405645/184510852-5003c17e-4b7d-4de7-a248-1855a3fcb014.png)
134135

135136
## Data
136137
### LocalTileMapImageProvider

0 commit comments

Comments
 (0)