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 1
1
## 0.12.0
2
2
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 )
4
4
5
5
✨ New (2023-07): better client-side support for OGC API Features (Part 1 and 2).
6
6
@@ -17,6 +17,7 @@ NOTE: Version 0.12.0 currently [under development](https://github.com/navibyte/g
17
17
* [ Alternative logics to resolve axis order #182 ] ( https://github.com/navibyte/geospatial/issues/182 )
18
18
19
19
🛠 Maintenance:
20
+ * Uses the latest ` geobase ` version 0.5.0
20
21
* Removed extra internal export files and made internal imports more excplicit.
21
22
* A new library ` package:geodata/formats.dart ` with OpenAPI document and Common Query Language (CQL2) formats (partial support).
22
23
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ Add the dependency in your `pubspec.yaml`:
128
128
129
129
``` yaml
130
130
dependencies :
131
- geodata : ^0.12.0-dev.1
131
+ geodata : ^0.12.0
132
132
` ` `
133
133
134
134
Import it:
Original file line number Diff line number Diff line change 1
1
name : geodata
2
2
description : A geospatial client to read GeoJSON and OGC API Features data sources.
3
- version : 0.12.0-dev.1
3
+ version : 0.12.0
4
4
repository : https://github.com/navibyte/geospatial
5
5
homepage : https://github.com/navibyte/geospatial/tree/main/dart/geodata
6
- publish_to : none
7
6
8
7
environment :
9
8
sdk : ' >=2.17.0 <4.0.0'
You can’t perform that action at this time.
0 commit comments