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

AttributeError: 'QgsVectorLayer' object has no attribute 'selectedFeaturesIds #168

Closed SPlanzer closed 3 years ago

SPlanzer commented 3 years ago

Porting has missed the below deprecation as part of the delete selected feature AttributeError: 'QgsVectorLayer' object has no attribute 'selectedFeaturesIds

SPlanzer commented 3 years ago

as per api breakage docs this was renamed as below

selectedFeaturesIds > selectedFeatureIds

SPlanzer commented 3 years ago

addressed by PR #170 closing