Justin Gielski
Justin Gielski
I think this is doable. We will investigate feasibility and performance impacts. References: https://www.iogp.org/wp-content/uploads/2019/09/373-07-02.pdf https://lyzidiamond.github.io/posts/4326-vs-3857
**EXAMPLE PROGRAM WRITTEN FOR IMPLEMENTATION REFERENCE** Credit [Shan Siddiqui](https://www.linkedin.com/in/shan-siddiqui-a32238123/) for assistance with the math. ```C# Using CoordinateSharp; Using CoordinateSharp.Formatters; static void Main(string[] args) { To_Web_Mercator(); } /// /// Convert to...
### **STATUS AS OF 8/17/2022** `WebMercator` Implemented as new class with separate eager load options to handle EPSG:3857 conversions for mapping applications in sandbox. **False** Easting/Northing values will exist in...
Pre-Release version is out if you wish to get a jump and test. There is no online documentation yet, but the operations is identical to other coordinate systems. Just note...
Feature added and complete with [v2.14.2.1](https://github.com/Tronald/CoordinateSharp/releases/tag/v2.14.2.1) published today to [nuget.org](https://www.nuget.org/packages/CoordinateSharp/2.14.2.1). No user feedback from BETA testing period. Minor changes were made to tests, documentation and licensing since pre-release so version...
@rfnoise thank you so much for sharing!!!!!
@FalcoGer thank you for sharing, very cool!
That’s great! Thank you for sharing!
@Rhybo I love this thank you so much for sharing that is wicked cool! I can’t wait to read it!
@ianisms sweet! I checked out your project earlier today, looks awesome. Thanks for the response.