I have a question and hope someone can help me. I am trying to create a Shape File with Python3. This also works, but if I want to display the file in qgis 2.18.0, I can not zoom into the layer. The shapefile I have created with pyshp. The properties of the file indicate that there are no reference system units. How can I do this with Python? Best regards
Asked
Active
Viewed 269 times
0
-
Please show us your code so we can fix it. http://stackoverflow.com/help/mcve – swatchai Jul 13 '17 at 13:42
-
Thanks, but I found today a solution. I had forgotten to set the bbox settings. After I've added this, everything works. Excuse me for the late reply but yesterday I had a day off – dom Jul 18 '17 at 14:27