wkt_parser 2.0.0 wkt_parser: ^2.0.0 copied to clipboard
Wkt-parser is a Dart version of proj4js/wkt-parser. With wkt-parser you can parse a WKT projection string (OGC, ESRI) into json that proj4dart can consume.
Changelog #
2.0.0 - 2021-03-23 #
- Stable null safety release
- BREAKING CHANGE:
parseWKT
now returnsMap<String, dynamic>
instead ofMap<dynamic, dynamic>
1.0.7 - 2020-03-20 #
- Merge fix
1.0.6 - 2020-03-20 #
- Rename example file for dart pub to find it
1.0.5 - 2020-03-20 #
- Rename example file for dart pub to find it
- Longer description for dart pub
1.0.4 - 2020-03-20 #
- Fix in cleanWKT
1.0.3 - 2020-03-04 #
- Add missing params to ProjWKT
1.0.2 - 2020-03-04 #
- Rename WKT to ProjWKT
- Rename parse() to parseWKT()
1.0.1 - 2020-03-03 #
- Class WKT with static parse() method
- Getters for WKT object parameters
1.0.0 - 2020-03-02 #
- Initial version
- It produces the same result as proj4js/wkt-parser for all the tests defined in proj4js/wkt-parser