File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11## 0.12.0
22
3- NOTE: Version 0.12.0 currently [ under development ] ( https://github.com/navibyte/geospatial/issues/177 ) (0.12.0-dev.1).
3+ [ geodata version 0.12.0 # 177 ] ( https://github.com/navibyte/geospatial/issues/177 )
44
55✨ New (2023-07): better client-side support for OGC API Features (Part 1 and 2).
66
@@ -17,6 +17,7 @@ NOTE: Version 0.12.0 currently [under development](https://github.com/navibyte/g
1717* [ Alternative logics to resolve axis order #182 ] ( https://github.com/navibyte/geospatial/issues/182 )
1818
1919🛠 Maintenance:
20+ * Uses the latest ` geobase ` version 0.5.0
2021* Removed extra internal export files and made internal imports more excplicit.
2122* A new library ` package:geodata/formats.dart ` with OpenAPI document and Common Query Language (CQL2) formats (partial support).
2223
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ Add the dependency in your `pubspec.yaml`:
128128
129129``` yaml
130130dependencies :
131- geodata : ^0.12.0-dev.1
131+ geodata : ^0.12.0
132132` ` `
133133
134134Import it:
Original file line number Diff line number Diff line change 11name : geodata
22description : A geospatial client to read GeoJSON and OGC API Features data sources.
3- version : 0.12.0-dev.1
3+ version : 0.12.0
44repository : https://github.com/navibyte/geospatial
55homepage : https://github.com/navibyte/geospatial/tree/main/dart/geodata
6- publish_to : none
76
87environment :
98 sdk : ' >=2.17.0 <4.0.0'
You can’t perform that action at this time.
0 commit comments