wkt_parser 1.0.5 wkt_parser: ^1.0.5 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 #
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