mapnik / node-mapnik

Bindings to mapnik for node.js
http://mapnik.org/documentation/node-mapnik
BSD 3-Clause "New" or "Revised" License
531 stars 165 forks source link

Map ctor - width/height validation #1000

Closed artemp closed 1 week ago

artemp commented 2 weeks ago

Require width and height to be positive finite Number convertible to std::int32_t

ref #990