power_geojson 1.0.2+8
power_geojson: ^1.0.2+8 copied to clipboard
A Powerful tool for Geojson with flutter_map, styled from properties, supports esri json, soon supports multiple projection and coordinate systems
Change Log #
1.0.2+8 - 2023-02-06 #
- Up To Date Dependencies
1.0.1+7 - 2023-02-06 #
- Removing POINT_IN_POLYGON
1.0.0+6 - 2023-02-06 #
- Adding PowerJSON
0.0.4 - 2023-09-20 #
- fixing errors
0.0.3 - 2023-09-19 #
- fixing errors
0.0.2 - 2023-09-19 #
Added #
- Added the
PowerGeoJSONPolygonsclass to display polygons on a map. - Added support for loading polygons from network, assets, files, memory, and strings.
- Introduced the
PolygonPropertiesclass for customizing polygon appearance and behavior. - Created the
LayerPolygonIndexesenum to index polygon properties. - Added the
PowerGeoJSONPolylinesclass to display polylines on a map. - Supported loading polylines from network, assets, files, memory, and strings.
- Introduced the
PolylinePropertiesclass for customizing polyline appearance and behavior. - Created the
LayerPolylineIndexesenum to index polyline properties.
Changed #
- Improved code readability and maintainability.
- Enhanced error handling and fallback mechanisms.
- Simplified usage examples in documentation comments.
Deprecated #
- Removed redundant or unused code snippets.
- Cleaned up codebase for better consistency.
0.0.1 - 2023-09-01 #
Added #
- Initial release of the Flutter package.
- Added support for displaying GeoJSON polygons and polylines on a map.
- Provided basic customization options for polygon and polyline appearance.
- Supported loading GeoJSON data from network, assets, files, memory, and strings.
Changed #
- None.
Deprecated #
- None.
Removed #
- None.
[Unreleased] #
Added #
- Planned features or upcoming changes.
Changed #
- Any ongoing code modifications or improvements.
Deprecated #
- Any features or code that will be removed in future releases.
Removed #
- Features or code that have been removed from the package.
[0.0.1] - 2023-08-24 #
- First Release.