kartograph / kartograph.org

website for kartograph mapping library
http://kartograph.org
281 stars 207 forks source link

No graticule is rendered for bounding boxes with dimensional extent below 1 degree #17

Closed mxfh closed 11 years ago

mxfh commented 11 years ago

{ "layers": [ "special": "graticule", "latitudes": 0.05, "longitudes": 0.05, "styles": { "stroke": "black", "stroke-width": "2px" } ],

// renders graticule "bounds": { "mode": "bbox", "data": [13, 52, 14, 53], "padding": 0.1 } // no graticule "bounds": { "mode": "bbox", "data": [13.1, 52.3, 13.8, 52.6], "padding": 0.1 }

mxfh commented 11 years ago

little bit sleep deprived, wrong repo: added it to https://github.com/kartograph/kartograph.py/issues/55#issuecomment-15569792