Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hisham waleed karam committed Oct 29, 2018
1 parent a0163b7 commit b11a147
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand All @@ -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)
Expand Down

0 comments on commit b11a147

Please sign in to comment.