X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=org.argeo.app.core%2Fsrc%2Forg%2Fargeo%2Fapp%2Fcore%2FSuiteContentTypes.java;h=8b58fe16cb7e02672783ac98f84514d16fa15f87;hb=8514d43d70ddbb53a18f324ccc0fa0b704d70ed5;hp=1f09021ed7cec04fdcaae2bc478cd97ec55b19e3;hpb=44204cd1a744cef9686eb7de5decec2069bc04fc;p=gpl%2Fargeo-suite.git diff --git a/org.argeo.app.core/src/org/argeo/app/core/SuiteContentTypes.java b/org.argeo.app.core/src/org/argeo/app/core/SuiteContentTypes.java index 1f09021..8b58fe1 100644 --- a/org.argeo.app.core/src/org/argeo/app/core/SuiteContentTypes.java +++ b/org.argeo.app.core/src/org/argeo/app/core/SuiteContentTypes.java @@ -35,6 +35,8 @@ public enum SuiteContentTypes { // ODK("odk", "http://www.opendatakit.org/xforms", null, null), // + WGS84("geo", "http://www.w3.org/2003/01/geo/wgs84_pos#", null, null), + // ; private final static String RESOURCE_BASE = "/org/argeo/app/core/schemas/";