MapWindow / MapWindow5

MW5 is a desktop GIS which is extendable using the plug-in architecture. It is using the MapWinGIS mapping control and is created from scratch in 2015 using new technologies like MEF and Dependency Injection making it small in size, robust and fast.
288 stars 100 forks source link

Api.Concrete.Coordinate Constructor #9

Closed dhuantes closed 7 years ago

dhuantes commented 7 years ago

My plugin uses Z values in all shape files. But the Coordinate class only provides a single constructor that only allows X and Y values to be passed in. So I have to call it and then separately assign the Z value using the Z property. Would prefer to have another constructor that would allow me to pass in the Z values as well.

pmeems commented 7 years ago

I created an issue about this here: https://mapwindow.atlassian.net/browse/CORE-191 And added a constructor which takes 3 double: https://github.com/mapwindow/MapWindow5/commit/41da5ee5350c00ed3b0a488ef5c236e453003204