Richard Fairhurst
Richard Fairhurst
(A little bit niche but...) It would be useful to optionally generate aggregate output tile size statistics. For example, total tile size for each z8 tile (and the z9, z10......
(Just spitballing an idea, not necessarily seriously...) Many maps contain data ultimately sourced from raster datasets: - linear contours (traced from DEM) - [hypsometric bands](https://en.wikipedia.org/wiki/Hypsometric_tints) (traced from DEM) - landuse...
At present mapnik_map_render_to_file appears to be hardcoded to use agg: ``` mapnik_image_type buf(m->m->width(),m->m->height()); mapnik::agg_renderer ren(*m->m,buf); ren.apply(); mapnik::save_to_file(buf,filepath); ``` What would it take to provide an equivalent method for Cairo?
I'm (belatedly!) moving from zfp 0.5.x to 1.0.1 and am very impressed with the read-only variable rate arrays. With the fixed-rate arrays it was possible to serialize to disk once...
Following tests are failing. Mapnik 2.3.0-pre from packages as per https://github.com/mapnik/mapnik/wiki/UbuntuInstallation. ``` Error: test_should_add_a_geometry(TestMapnikFeature): ArgumentError: Unable to convert Fixnum to long long /root/Ruby-Mapnik/test/test_mapnik_feature.rb:23:in `initialize' /root/Ruby-Mapnik/test/test_mapnik_feature.rb:23:in `new' /root/Ruby-Mapnik/test/test_mapnik_feature.rb:23:in `test_should_add_a_geometry' 20: end...
The Google-developed Open Spherical Camera API allows you to take photos using a 360° camera such as the LG 360 Cam or the Ricoh Theta series. It's supported by the...
First up, this is awesome: congratulations. The Ts & Cs at http://openstreetview.org/terms/ give a licence for the code (LGPL) and the imagery (CC-BY-SA). However, the licence for the metadata is...
- [ ] Support HSLUV: https://github.com/hsluv/hsluv-ruby/blob/master/lib/hsluv.rb - [ ] Consider moving to Kodachroma or fork Chroma ourselves: https://github.com/evanleck/kodachroma - [ ] Support darkenp-like operators
It would be good to have an equivalent of the CSS comma operator, so we can do on(14..15, (urban
So I can just do `sputnik map.mml` or `sputnik_upload map.mml [email protected]:/somewhere/or/other` rather than having to remember the paths.