Skip to content
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

Add Geometry.from_wkb() and modify from_wkt/from_wkb to return a sequence #745

Closed
artemp opened this issue Oct 11, 2011 · 1 comment
Closed

Comments

@artemp
Copy link
Member

artemp commented Oct 11, 2011

Need to add from_wkb() support after #698 and to support wkb and wkt parsing that might be collections we should modify wkt/wkb to be:

  boost::ptr_vector<mapnik::geometry_type> geometries = from_wkt('<wkt>');
  boost::ptr_vector<mapnik::geometry_type> geometries = from_wkb('<wkb>');
@artemp
Copy link
Member Author

artemp commented Oct 11, 2011

[springmeyer] closing. this has been wrapped up in trunk. subtleties will require new issues against >= mapnik 2.0.1 milestones

@artemp artemp closed this as completed Oct 11, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant