Skip to content

Commit cb705fd

Browse files
committed
pub(geobase): stable release 1.4.0+1
1 parent f4cfebf commit cb705fd

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

dart/geobase/CHANGELOG.md

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

37
✨ New (2024-11-10): The stable version 1.4.0 with [ellipsoidal geodesy functions](https://geospatial.navibyte.dev/v1/geobase/ellipsoidal-geodesy/) letting you calculate distances, bearings, destination positions and intermediate points along the Earth surface accurately.

dart/geobase/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -382,8 +382,6 @@ Package | Description
382382
**vector_data** | Data structures for geometries, features and feature collections.
383383

384384
External packages `geobase` is depending on:
385-
* [collection](https://pub.dev/packages/collection) for priority queues and collection utilities
386-
* [equatable](https://pub.dev/packages/equatable) for equality and hash utils
387385
* [meta](https://pub.dev/packages/meta) for annotations
388386
* [proj4dart](https://pub.dev/packages/proj4dart) for coordinate projections
389387

@@ -406,7 +404,7 @@ Please see the
406404
This project contains portions of derivative work.
407405

408406
See details about
409-
[DERIVATIVE](https://github.com/navibyte/geospatial/blob/main/dart/geobase/)
407+
[DERIVATIVE](https://github.com/navibyte/geospatial/blob/main/dart/geobase/DERIVATIVE.md)
410408
work.
411409

412410
Source repositories used when porting functionality to Dart and this project:

dart/geobase/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: geobase
22
description: Geospatial data, geometry, geodesy, projections, tiling schemes, and vector formats (GeoJSON, WKT, WKB).
3-
version: 1.4.0
3+
version: 1.4.0+1
44
repository: https://github.com/navibyte/geospatial
55
homepage: https://geospatial.navibyte.dev/
66

0 commit comments

Comments
 (0)