====== Map:CreateMosaic2 filter ====== ===== Filter info ===== ^ Description | Create aand initialise a new mosaic map. | ^ Author | [[user>Aaron]] | ^ Plugin | [[bundywiki>plugins:calc:ZG_map|ZG_map]] ^ This filter is equivalent to the [[plugins:calc:zeograph:filters:map_createmosaic|Map:CreateMosaic]] filter; the difference being that the filter settings are expressed as input pins rather than options. ===== Looks like ===== | {{:plugins:calc:zeograph:filters:map_createmosaic2.png|:plugins:calc:zeograph:filters:map_createmosaic2.png}} | ===== Input pins ===== ^ Name ^ Type ^ Default value ^ Description ^ | //Width// | int | 1024 | The width of the map, in pixels. | | //Height// | int | 1024 | The height of the map, in pixels. | | //MapType// | mapid | HF | The type of the map to be initialised. Double-click on pin for list of options. | | //HorizScale// | float | 10 | The desired horizontal spacing between map pixels, in metres. | | //WrapFlag// | bool | false | A flag for whether the map's north/south and east/west borders should tile seamlessly with one another. | | //TileSize// | int | 512 | The side-length of each tile in the mosaic map, in pixels. | | //hCodec// | hvar | N/A | A handle to the file format codec (e.g. as retrieved by [[plugins:calc:zeograph:filters:file_findformat|File:FindFormat]].) | ===== Output pins ===== ^ Name ^ Type ^ Description ^ | //hMap// | hvar | A handle to the map created by this filter. | ===== Options ===== This filter has no options. ===== Comments ===== None.