ORM map viewer is a MVC based thesis that allow us to show ORM alghoritms on real map.
- MVC
- WPF C#
- MVT map protocol
- Mercator projection
- MathNet.Numerics for Matrix and Vectors
- Simplex alghoritm for transportation problem
- Helix toolkit for objects triangulation
- OptimizedPriorityQueue
- A* search
- Segment line intersection
v0.1(Unstable) - 05/25/2020
- MVT parser + mercantor projection
v0.11(Unstable) - 05/28/2020
- Migrate to WPF
v0.12(Unstable) - 06/01/2020
- Working map tile with zoom, cache level for data
v0.13(Unstable) - 06/03/2020
- Roads + path finding
v0.14(Unstable) - 06/07/2020
- Infinite map
v0.15(Unstable) - 06/12/2020
- Infinite map with simplex method calculation ONLY for 1 tile
ORM map viewer developing under the MIT license.