-
Notifications
You must be signed in to change notification settings - Fork 260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dev1.2.2 #115
Conversation
added support for GeoJSON to geometry collections
Don't crash on toString() done on Impl classes. #112
Is release 1.2.2 or 1.3 waiting on anything specific? |
@climbage This is ready to be tagged and released. |
Excellent! |
Sounds good. I'll tag and push to maven next week. Do we have a rough change list for the release? |
@@ -489,7 +496,7 @@ public static OGCGeometry fromEsriShape(ByteBuffer buffer) { | |||
} | |||
|
|||
public static OGCGeometry fromJson(String string) | |||
throws JsonParseException, IOException { | |||
throws Exception { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just now noticed, this is an interface change which will require changes to callers.
Cross-reference #109