Wkt parsing into tuples and args now works for easier parsing. Next just need to make them into objs.

This commit is contained in:
Karim Bahgat
2015-07-05 17:25:44 +02:00
parent a8aad24a13
commit ebccfc38dc
13 changed files with 369 additions and 47 deletions
+5
View File
@@ -9,3 +9,8 @@ class Degree:
proj4 = "degrees"
ogc_wkt = "degree"
esri_wkt = "Degree"
class Feet:
proj4 = "..."
ogc_wkt = "Foot_US"
esri_wkt = "Foot_US"