Skip to content

Commit 4587c8d

Browse files
committed
pub(geodata): stable beta release 0.10.0
1 parent 45ff548 commit 4587c8d

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

dart/geodata/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ import `package:geodata/geodata.dart`
4242
```
4343

4444
There are also partial packages containing only a certain subset. See the
45-
[Packages](#Packages) section below.
45+
[Packages](#packages) section below.
4646

47-
See also the [geobase](https://pub.dev/packages/geobase) package, used also by
47+
See also the [geobase](https://pub.dev/packages/geobase) package, used by
4848
`geodata`, that provides geospatial data structures (coordinates, geometries,
4949
features, metadata) and vector data format support (encoding and decoding) for
5050
[GeoJSON](https://geojson.org/).

dart/geodata/example/geodata_example.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Future<void> main(List<String> args) async {
5050
'Args: {service} {baseUrl} {collectionIds} '
5151
'[limit] [operation] [param] [value]',
5252
);
53-
print('Allowed sources: oapif, geojson');
53+
print('Allowed sources: ogcfeat, geojson');
5454
return;
5555
}
5656

dart/geodata/pubspec.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: geodata
22
description: A geospatial client to read GeoJSON and OGC API Features data sources.
3-
version: 0.10.0-dev.0
3+
version: 0.10.0
44
repository: https://github.com/navibyte/geospatial
55
homepage: https://github.com/navibyte/geospatial/tree/main/dart/geodata
6-
publish_to: none
76

87
environment:
98
sdk: '>=2.17.0 <3.0.0'
@@ -13,9 +12,9 @@ dependencies:
1312
http: ^0.13.0
1413
meta: ^1.7.0
1514

16-
#geobase: ^0.3.0-dev.0
17-
geobase:
18-
path: ../geobase
15+
geobase: ^0.3.0
16+
#geobase:
17+
# path: ../geobase
1918

2019
dev_dependencies:
2120
test: ^1.21.1

0 commit comments

Comments
 (0)