I had worked on a VB6 application that had to read ESRI point shape files. But that was 20 years ago and I dont remember much about how I did it. I see that there are also some old posts where people had shown an interest in this. I would be happy to post the vb6 project if anyone is interested. It should be very easy to covert the code to B4X
A wrap of this library; https://github.com/diwi/diewald_shapeFileReader Should work on B4A as well (but not tested) since its pure Java. Zip contains library, some test Shapefiles as well as a B4J project with the code below. Super simple; Dim shp As ShapeFileReader...