Closed dboyer closed 8 years ago
Caused by: java.lang.NullPointerException org.azavea.otm.ui.TreeEditDisplay.setupCircumferenceField(TreeEditDisplay.java:200) org.azavea.otm.ui.TreeEditDisplay.initializeEditPage(TreeEditDisplay.java:192) org.azavea.otm.ui.TreeEditDisplay.onCreate(TreeEditDisplay.java:152)
This same exception occurs when trying to Edit a tree as well.
This is due to a typo in the configuration.xml
file which defines the fields:
<field key="dynamic-cirumference" label="Circumference (m)" minimumToEdit="0" keyboard="numberDecimal" editViewOnly="true"/>
cirumference -> circumference should fix it.
We are no longer supporting the Treezilla android app.
The app loads and I can get to the point of dropping a dot before it crashes. The client also reported this issue occurring on multiple Android devices.