Versions in this module Expand all Collapse all v0 v0.0.1 Oct 19, 2023 Changes in this version + func GCHandlerFunc(Mongostring, dbname, colname string) []byte + func GetConnectionMongo(MongoString, dbname string) *mongo.Database + type GeoJson struct + Geometry Geometry + Properties Properties + Type string + func GetAllGeoData(MongoConnect *mongo.Database, colname string) []GeoJson + type GeoJsonLineString struct + Geometry GeometryLineString + Properties Properties + Type string + type GeoJsonPolygon struct + Geometry GeometryPolygon + Properties Properties + Type string + type Geometry struct + Coordinates interface{} + Type string + type GeometryLineString struct + Coordinates [][]float64 + Type string + type GeometryPoint struct + Coordinates []float64 + Type string + type GeometryPolygon struct + Coordinates [][][]float64 + Type string + type Properties struct + Name string