Documentation ¶
Index ¶
- func ConvertMapDocsToGeoJSON(docs []map[string]interface{}) ([]byte, error)
- func PostGeoJsonHelpsToDQ(apiKey string, datasetIdentifier string, helps []map[string]interface{}) error
- func PostJsonHelpsToDQ(apiKey string, datasetIdentifier string, filePath string) error
- type GeoJSONFeature
- type GeoJSONFeatureCollection
- type Geometry
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertMapDocsToGeoJSON ¶
func PostGeoJsonHelpsToDQ ¶
Types ¶
type GeoJSONFeature ¶
type GeoJSONFeatureCollection ¶
type GeoJSONFeatureCollection struct { Type string `json:"type"` Features []GeoJSONFeature `json:"features"` }
Click to show internal directories.
Click to hide internal directories.