richsmith / sexytopo

The SexyTopo cave surveying app for Android
GNU General Public License v3.0
31 stars 14 forks source link

Therion thconfig "symbol-hide group cave-centreline" prevents vanilla compile #215

Closed speleo closed 6 months ago

speleo commented 6 months ago

The thconfig layout command "symbol-hide group cave-centreline" prevents Therion from being able to compute the size of the map if a user attempts to compile the survey without modification.

Fix: comment out the command

app/src/main/java/org/hwyl/sexytopo/control/io/thirdparty/therion (line 15)

-        "  symbol-hide group cave-centreline\n" + 
+        "  #symbol-hide group cave-centreline\n" +
richsmith commented 6 months ago

Thanks, will push out a fix.