Skip to content
Snippets Groups Projects
Commit 7e86e38b authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Add POI type Trap

parent 5dd47c44
No related branches found
No related tags found
No related merge requests found
<?xml version='1.0' encoding='utf-8'?>
<widget id="no.nibio.vips.observation" version="1.0.5"
<widget id="no.nibio.vips.observation" version="1.0.6"
xmlns="http://www.w3.org/ns/widgets"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:cdv="http://cordova.apache.org/ns/1.0">
......
{
"name": "vipsobservationapp",
"version": "1.0.5",
"version": "1.0.6",
"private": true,
"description": "The Field Pest Observation App for VIPS users",
"author": "Tor-Einar Skog <tor-einar.skog@nibio.no>",
......
......@@ -22,6 +22,7 @@
{"point_of_interest_type_id": 0, "default_name": "General", "is_user_selectable": true},
{"point_of_interest_type_id": 2, "default_name": "Farm", "is_user_selectable": true},
{"point_of_interest_type_id": 3, "default_name": "Field", "is_user_selectable": true},
{"point_of_interest_type_id": 5, "default_name": "Trap", "is_user_selectable": true},
{"point_of_interest_type_id": 1, "default_name": "Weather station", "is_user_selectable": false}
],
CONST_POI_TYPE_DEFAULT: 3,
......
......@@ -53,6 +53,7 @@
"General": "General",
"Farm": "Farm",
"Field": "Field",
"Trap": "Trap",
"Weather station": "Weather station",
"places.search.label": "Search",
"placeslist.heading": "My places",
......
......@@ -53,6 +53,7 @@
"General": "Generelt",
"Farm": "Gård",
"Field": "Felt",
"Trap": "Felle",
"Weather station": "Målestasjon",
"places.search.label": "Søk",
"placeslist.heading": "Mine steder",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment