====== Map:CreateMap2 filter ====== ===== Filter info ===== ^ Description | Create and initialise a map. | ^ Author | [[user>Aaron]] | ^ Plugin | [[bundywiki>plugins:calc:ZG_map|ZG_map]] ^ This filter is equivalent to the [[plugins:calc:zeograph:filters:map_createmap|Map:CreateMap]] filter; the difference being that the filter settings are expressed as input pins rather than options. ===== Looks like ===== | {{:plugins:calc:zeograph:filters:map_createmap2.png|:plugins:calc:zeograph:filters:map_createmap2.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. | ===== Output pins ===== ^ Name ^ Type ^ Description ^ | //hMap// | hvar | A handle to the map created by this filter. | ===== Options ===== This filter has no options. ===== Comments ===== None.