mapnik / Ruby-Mapnik

Ruby Bindings for Mapnik
MIT License
66 stars 13 forks source link

Fix Geometry2d tests once Mapnik 2 figures out where it is going #11

Closed elliotlaster closed 12 years ago

elliotlaster commented 13 years ago

See 3bcf6cd828ea635ba69711ed122e12910dc51648 and 9c91bdb0a3e21e36d37880e6b80910f9847eda2a

springmeyer commented 13 years ago

ya, for now even just commenting out all the geometry api would be fine. this is what I have done in node-mapnik, as this part of the api is in constant flux.

springmeyer commented 12 years ago

geometry api has and will likely continue to see refactoring. I think this should stay unexposed ideally, to avoid compile problems.

elliotlaster commented 12 years ago

I removed Geometry with 65ea216 . We can open a new issue once things are ready.

springmeyer commented 12 years ago

great, sounds good!