<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><blockquote type="cite" class="">I'm thinking about turning some code I've been using a lot into a<br class="">module for CPAN. Its basic task is to enable graphics plotting onto<br class="">OpenStreetMap tiles: so methods will be things like "generate a bitmap<br class="">with these lat/long boundaries" and "given this lat/long, return an<br class="">x/y for plotting it onto the bitmap". It will rely on Imager to do the<br class="">actual graphics manipulation.<br class=""><br class="">What should it be called?<br class=""></blockquote><br class="">There are already modules in Geo::Openstreetmap:: (Geo::Openstreetmap::Parser)<br class="">and Geo::OSM:: (eg have a look at Geo::OSM::MapFeatures)<div class=""><br class=""></div><div class="">I’m not familiar with openstreetmap, so this question may not make sense / be irrelevant:</div><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;" class=""><div class="">Are you providing for rendering on top of existing map tiles, or drawing of map tiles from OSM data?</div></blockquote><br class=""><div class="">Maybe Geo::OSM::MapTile or ::Tile to represent a maptile, and ::Overlay or something like that for overlay functions. Or you could just provide those as methods on the [Map]Tile.</div><div class=""><br class=""></div></body></html>