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)