You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently PHP7 Mapnik only implements the bare minimum requirements for constructing Box2D objects. There's plenty of low hanging fruit in the C++ API that would make working with envelopes easier...
width() and height()
expand_to_include()
contains()
intersects()
re_center()
clip()
pad()
etc.
Should probably do a PHP implementation of the coord class before tackling this.
The text was updated successfully, but these errors were encountered:
Currently PHP7 Mapnik only implements the bare minimum requirements for constructing Box2D objects. There's plenty of low hanging fruit in the C++ API that would make working with envelopes easier...
Should probably do a PHP implementation of the coord class before tackling this.
The text was updated successfully, but these errors were encountered: