Geolicious / qgis2leaf

A QGIS plugin to create a working leaflet based webmap from it
127 stars 30 forks source link

Improve string manipulation #264

Open tomchadwin opened 9 years ago

tomchadwin commented 9 years ago

The messiest aspect remaining in the _exec Python is the string handling. We can improve this by replacing concatenation with .format() or Template().

tomchadwin commented 9 years ago

See @NathanW2's refactor #29