Skip to content

Commit 8fcd769

Browse files
committed
pub(geodata): stable release 1.2.1
1 parent b59ac4d commit 8fcd769

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

dart/geodata/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.2.1
2+
3+
Small documentation link fixes.
4+
15
## 1.2.0
26

37
[geodata release 1.2.0](https://github.com/navibyte/geospatial/milestone/4)

dart/geodata/README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Add the dependency in your `pubspec.yaml`:
154154

155155
```yaml
156156
dependencies:
157-
geodata: ^1.2.0
157+
geodata: ^1.2.1
158158
```
159159
160160
Import it:
@@ -170,10 +170,11 @@ Other documentation:
170170

171171
> 📚 **Concepts**: If coordinates, geometries, features and feature collections
172172
> are unfamiliar concepts, you might want to read more about
173-
> [geometries](https://pub.dev/packages/geobase#geometries),
174-
> [geospatial features](https://pub.dev/packages/geobase#geospatial-features)
175-
> and [GeoJSON](https://pub.dev/packages/geobase#vector-data-formats) in the
176-
> documentation of the [geobase](https://pub.dev/packages/geobase) package.
173+
> [geometries](https://geospatial.navibyte.dev/v1/geobase/geometry/),
174+
> [geospatial features](https://geospatial.navibyte.dev/v1/geobase/features/)
175+
> and [GeoJSON](https://geospatial.navibyte.dev/v1/geobase/formats/#geojson) in
176+
> the [geobase](https://geospatial.navibyte.dev/v1/geobase/) package
177+
> documentation.
177178
>
178179
> 🚀 **Samples**:
179180
> The [Geospatial demos for Dart](https://github.com/navibyte/geospatial_demos)

dart/geodata/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: geodata
22
description: A geospatial client to read GeoJSON and OGC API Features data sources.
3-
version: 1.2.0
3+
version: 1.2.1
44
repository: https://github.com/navibyte/geospatial
55
homepage: https://geospatial.navibyte.dev/
66

0 commit comments

Comments
 (0)