File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -216,6 +216,10 @@ spark.cdm.perfops.writeRateLimit 5000
216
216
# as Epoch milliseconds
217
217
# TIMESTAMP_STRING_FORMAT : timestamp stored in a String,
218
218
# with a custom format
219
+ # POLYGON_TYPE : PolygonType geospatial DSE type
220
+ # POINT_TYPE : PointType geospatial DSE type
221
+ # LINE_STRING : LineStringType geospatial DSE type
222
+ # DATE_RANGE : DateRange DSE type
219
223
#
220
224
# *** NOTE where there are multiple type pair options, such as with
221
225
# *** TIMESTAMP_STRING, only one can be configured at a time.
Original file line number Diff line number Diff line change 144
144
<version >${log4j.version} </version >
145
145
</dependency >
146
146
<dependency >
147
+ <scope >runtime</scope >
147
148
<groupId >com.esri.geometry</groupId >
148
149
<artifactId >esri-geometry-api</artifactId >
149
150
<version >2.2.0</version >
You can’t perform that action at this time.
0 commit comments