linz / gazetteer

New Zealand Gazetteer of official place names
http://www.linz.govt.nz/regulatory/place-names/find-name/new-zealand-gazetteer-official-geographic-names/new-zealand-gazetteer-search-place-names#zoom=0&lat=-41.14127&lon=172.5&layers=BTTT
Other
2 stars 2 forks source link

Remove metadata from plugin.py #101

Closed SPlanzer closed 4 years ago

SPlanzer commented 4 years ago

plugin.py has plugin metadata values.

    Name = "GazetteerEditor"
    LongName = "GazetteerEditor plugin for QGIS"
    Version = "1.8.2"
    QgisMinimumVersion = "2.4"
    Author = "ccrook@linz.govt.nz <Chris Crook>"
    PluginUrl = "http://<server>/QgisPluginRepository/GazetteerEditor.zip"
    Description = "Gazetteer database editor"

This is no longer the standard method for assign metadata to the plugin and this should be in the metedata.txt and referenced from here