File | Date | Author | Commit |
---|---|---|---|
.github | 2018-08-10 |
![]() |
[7bb425] Update issue templates |
.vscode | 2020-01-06 |
![]() |
[7ed3c6] 50: Fixed a compile bug with latest shapefile dep |
assets | 2020-01-06 |
![]() |
[7ed3c6] 50: Fixed a compile bug with latest shapefile dep |
screenshots | 2018-08-14 |
![]() |
[0d6920] update readme |
.gitignore | 2019-07-12 |
![]() |
[7c74c1] Audit fix. |
CODE_OF_CONDUCT.md | 2018-08-10 |
![]() |
[a7a13b] Create CODE_OF_CONDUCT.md |
LICENSE | 2018-08-10 |
![]() |
[be84c4] Create LICENSE |
README.md | 2020-01-06 |
![]() |
[7ed3c6] 50: Fixed a compile bug with latest shapefile dep |
index.js | 2018-08-07 |
![]() |
[0b13a3] maximum size |
mac-rebuild.sh | 2018-08-09 |
![]() |
[ef50dd] 19: remove json2csv |
package.json | 2020-01-06 |
![]() |
[cacfd2] Update deps for dev |
Are you looking for a easy to use shapefile viewer on macOS
? Ginkgoch
provides a utility to view shapefile's geometries and properties for free.
Here introduces the workspaces of the UI. There are generally 5 sections.
Menus
which is on the top of the screenToolbar
with functional buttons. Hover on the buttons to get detail.Community
are some quick buttons to navigate to where you could see the project, report issues and feedback.Map
provides a visualization of the shapefile. It also allows to identify a geometry and see its properties.Properties
provides a table of all the properties maintained in the shapefile.There are two ways to open a specifid shapefile. There are on the menu on the very top and the open button on the toolbar. Select a shapefile from the popup dialog.
After the shapefile is loaded, a map visualizes on the Map
and its properties displays on the Properties
area.
There are two entires to identify a feature and make it highlighted.
1. Click an area on the Map
; if there is any near by feature, it will highlights with a different fill color, its properties will be rendered in a popup.
1. Select one row on the Properties
table also navigates you to its corresponding feature.
Currently, we support GeoJson
and CSV
file formats as target data format. Once one shapefile is loaded, then click the Menu
> File
> Export
and select either format you want to convert to.
You could also find the Export
button as well on the second position of the quick Toolbox
space.
Contact ginkgoch@outlook.com or sumbit an issue.