-
Notifications
You must be signed in to change notification settings - Fork 74
v0.2.54..v0.2.55 changeset HootProperties.java
Garret Voltz edited this page Aug 14, 2020
·
1 revision
diff --git a/hoot-services/src/main/java/hoot/services/HootProperties.java b/hoot-services/src/main/java/hoot/services/HootProperties.java
index e760160..21d2285 100644
--- a/hoot-services/src/main/java/hoot/services/HootProperties.java
+++ b/hoot-services/src/main/java/hoot/services/HootProperties.java
@@ -90,6 +90,7 @@ public final class HootProperties {
public static final String HTTP_TIMEOUT;
public static final String GRAIL_OVERPASS_QUERY;
public static final String GRAIL_OVERPASS_STATS_QUERY;
+ public static final String GRAIL_CONNECTED_WAYS_QUERY;
public static final String OSMAPI_DB_NAME;
public static final String MAP_QUERY_DIMENSIONS;
public static final String MAP_QUERY_AREA_DEGREES;
@@ -241,6 +242,7 @@ public final class HootProperties {
GRAIL_OVERPASS_LABEL = getProperty("grailOverpassLabel");
GRAIL_OVERPASS_QUERY = getProperty("grailOverpassQueryPath");
GRAIL_OVERPASS_STATS_QUERY = getProperty("grailOverpassStatsQueryPath");
+ GRAIL_CONNECTED_WAYS_QUERY = getProperty("grailConnectedWaysQueryPath");
MAP_QUERY_DIMENSIONS = getProperty("mapQueryDimensions");
MAP_QUERY_AREA_DEGREES = getProperty("maxQueryAreaDegrees");
MAX_QUERY_NODES = getProperty("maxQueryNodes");