wkt_parser 1.0.2 wkt_parser: ^1.0.2 copied to clipboard
Wkt-parser-dart is a Dart version of proj4js/wkt-parser.
Changelog #
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