Hello!
I am working on an application (.net 2.0) that uses mif/mid data format to display GIS data. I need to find a way to edit these files with some sort of editor (outside of application). I googled a lot but was unable to find anything suitable (Map Maker worked but did not display labels from mid file). I see following solutions (in order of preference):
- Find some editor that will allow to edit mif/mid format correctly. Which one?
- Find some editor that will allow to edit some other format and have conversion utilities to convert to this format and back to mif/mid. Which one?
- Find some editor that will allow to edit some other format and have conversion utilities to convert once to this format. In this case I'll have to write my own parser. I do not like this idea :).
Free editors are preferred.
Thank you!
UPD 1 I forgot to mention that I need to load Unicode mid files or at least specify the codepage. That's why, for example, OpenJump's plugin does not work (I guess)
UPD 2 This seems to be a real trouble. Most tools either do not do mif at all or do it in read-only mode. Anyone with real experience with MIF read-write?
UPD 3 In this update I'll keep track of all my attempts to solve this issue:
OpenJump - plugin failed to load non-ascii code. Unicode load failed
QGIS - succedeed loading MIF file, but failed to save it - unable to save feature. I'm not sure, but it looks like it does not support write mode for MIF's. I've tried to save selection as shape file. Later I was unable to convert it with OGR layer converter - failed with access violation.
- MapInfo Professional 10 failed to load my MIF file with access violation.
- GV sig does not support MIF format.
- UDIG does not support MIF format.
- WinGrass did not start on my PC.
tbc...