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

Read ESRI File Geodatabase (GDB) #45

Open sindizzy opened 5 years ago

sindizzy commented 5 years ago

Reading the description for MW5 it says "geo-database support, WMS support, repository browser". Does that mean only geodatabases as far as data stored on SQL server, SQLLite, and PostgreSQL databases? This does not include the ESRI personal (.mdb) or file (.gdb) geodatabase? Am I correct on that?

Thanks.

gitlsl commented 5 years ago

+1 it will be very useful build in support ESRI File Geodatabase

pmeems commented 5 years ago

When GDAL can read this file type, MapWinGIS should be able to do it as well. It might be a little complicated because GDB-files can hold multiple layers. Can you attach a sample GDB with multiple layers, so we can test?

gitlsl commented 5 years ago

test.gdb.zip I create a test gdb, and it contain non english layer name and field value which GDAL support badly, can you work it out thanks