Introduce my lister plugin for ESRI Shapefile quick view

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: white, Hacker, petermad, Stefan2

Post Reply
gepcel
Junior Member
Junior Member
Posts: 4
Joined: 2018-02-21, 02:12 UTC

Introduce my lister plugin for ESRI Shapefile quick view

Post by *gepcel »

I wrote a lister plugin for shapefile quickview.

Please checkout at

http://totalcmd.net/plugring/GisViewer.html

Or (more detailed information):

https://github.com/gepcel/GisViewer

How to install?
This written in C#, so you might need to install .net framework(>4.5.2), and .Net Interface 1.4 (https://sourceforge.net/projects/tcdotnetinterface/) first.

Descriptions:

1. Accept a collection of files as a single shapefile, like `.shp, .shx, .dbf, .prj, .sbn, .sbx, .shp.xml`. You don't need to carefully select out the specific `*.shp` file to view.
2. View the feature geometry in the `Map` tab, with the following tools:
* Pan to move (Shortcut: H, the default when lister first opened)
* Select to ZoomIn, ZoomOut (Shortcut: +\-)
* Mouse wheel to zoom in and out
* Identify features (Shortcut: I)
* Zoom to Max Extent (Shortcut: E)
* Select tools (**Not implemented yet**)
3. Show the projection at the bottom of `Map` tab if there's any.
5. View the attribute data in the `Data` tab.
6. x64 supported.
Post Reply