From b11a147705e1579b2c7c88f497098e7a1670d7ac Mon Sep 17 00:00:00 2001 From: hisham waleed karam Date: Mon, 29 Oct 2018 22:08:14 +0200 Subject: [PATCH] update readme.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index bddf407..799e5e1 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,14 @@ Publish Your GIS Data(Vector Data) to PostGIS and Geoserver - How to install: - `go get -v github.com/hishamkaram/gismanager` - Usage: + - `testdata` folder content: + ``` + ./testdata/ + ├── neighborhood_names_gis.geojson + ├── nested + │   └── nyc_wi-fi_hotspot_locations.geojson + ├── sample.gpkg + ``` - create `ManagerConfig` instance: ``` manager:= gismanager.ManagerConfig{ @@ -31,14 +39,6 @@ Publish Your GIS Data(Vector Data) to PostGIS and Geoserver logger: gismanager.GetLogger(), } ``` - - `testdata` folder content: - ``` - ./testdata/ - ├── neighborhood_names_gis.geojson - ├── nested - │   └── nyc_wi-fi_hotspot_locations.geojson - ├── sample.gpkg - ``` - get Supported GIS Files: ``` files, _ := gismanager.GetGISFiles(manager.Source.Path)