OpenTreeMap / otm-android

An OpenTreeMap client for Android. The OpenTreeMap code can be downloaded at https://github.com/OpenTreeMap/otm-core.
Other
23 stars 22 forks source link

Treezilla Android app crashes when trying to add tree #204

Closed dboyer closed 8 years ago

dboyer commented 9 years ago

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.

mmcfarland commented 9 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)

mmcfarland commented 9 years ago

This same exception occurs when trying to Edit a tree as well.

mmcfarland commented 9 years ago

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.

maurizi commented 8 years ago

We are no longer supporting the Treezilla android app.