mapaction / mapaction-toolbox

A collection of tools to help streamline the process of producing maps including data renaming and map exports.
GNU General Public License v3.0
3 stars 1 forks source link

Rename Layer tool - V1.2 #139

Closed pjrobinuk closed 7 years ago

pjrobinuk commented 8 years ago

// - deals with csv files as produced directly fron DNC spreadsheet // - ie expects non blank header row // - makes use of info in 3rd column for geoextent, theme and scale // - accented characters now displayed correctly in drop downs on form (no need to avoid in DNC) // - restricts choice of theme to be consistent with selected category // - fields widened to accomodate longest descriptions in DNC (eg source ASTER) - consistent with use of Consolas font at 8.25 // - now caters for long descriptions that contain commas (instead of truncating at the first comma) // - automatically recognises geometry type of shapefile // - mono width font used for dropdowns (Consolas - hope it's generally available!) - makes for neater line up of 3rd column // - version of tool now in form title // - version of DNC used to generate clause values and descriptions now at bottom of form if 99_DNCmetadata.csv present

andrewphilipsmith commented 7 years ago

@pjrobinuk I'm merging as is based on emails about this. Best to put new work in a new branch & PR.

Great work!