moovida / dart_shp

Dart shapefile reader/writer
BSD 3-Clause "New" or "Revised" License
7 stars 7 forks source link

write and update #6

Closed lairifangchangflutter closed 4 months ago

lairifangchangflutter commented 5 months ago

How to write multiple pages into a file at one time and how to modify the data of shp file

moovida commented 4 months ago

For multiple records (I assume that is what you mean by pages), look at the testcases, there are examples with multiple records.

Modifying of shps is not supported.