NationalSecurityAgency / qgis-shapetools-plugin

Shape Tools creates geodesic shapes and includes a number of geodesic tools for QGIS including the XY to Line tool, geodesic densify tool, geodesic line break, geodesic measure tool, geodesic measurement layer, geodesic scale, rotate and translate tool, and digitize points at an azimuth & distance tools.
GNU General Public License v2.0
157 stars 66 forks source link

idsbreak.svg can't be found on a case-sensitive file system #38

Closed kannes closed 3 years ago

kannes commented 3 years ago

Error on Linux (case-sensitive filesystem):

Qt: Cannot open file '/home/user/.local/share/QGIS/QGIS3/profiles/default/python/plugins/shapetools/images/idlbreak.svg', because: No such file or directory

https://github.com/NationalSecurityAgency/qgis-shapetools-plugin/blob/2e81dea99c76b399648014a5a7533e76f1772813/svg/idlBreak.svg should use a lowercase filename or the references to it https://github.com/NationalSecurityAgency/qgis-shapetools-plugin/search?q=idlbreak should use the camelcase

hamiltoncj commented 3 years ago

@kannes Thanks for finding that. That is one of the disadvantages or developing on Windows. I will put out a new release either today or tomorrow.

hamiltoncj commented 3 years ago

I just uploaded Shape Tools 3.3.17 so it should be available soon. It should fix this issue.

kannes commented 3 years ago

Awesome, thank you for this amazingly swift response.

hamiltoncj commented 3 years ago

Thanks for reporting it.