You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.option("-m, --message <message>","Description for Interactive Map layer")
129
+
.option("-m, --message <message>","Description for interactive map layer")
130
130
.option("-p, --searchableProperties <searchableProperties>","a comma separated list of properties to be indexed for faster queries")
131
131
.option("--tags <tags>","a comma separated list of tags")
132
132
.option("--billingTags <billingTags>","a comma separated list of billing tags")
@@ -191,7 +191,7 @@ program
191
191
program
192
192
.command("list")
193
193
.alias("ls")
194
-
.description("information about available Interactive map layers")
194
+
.description("information about available interactive map layers")
195
195
.option("-r, --raw","show raw layer definition")
196
196
.option("--token <token>","a external token to access another user's layers")
197
197
.option("--filter <filter>","a comma separted strings to filter layers")
@@ -232,13 +232,13 @@ program
232
232
});
233
233
234
234
program
235
-
.command("show <catalogHrn> <id>")
236
-
.description("shows the content of the given [id]")
235
+
.command("show <catalogHrn> <layerId>")
236
+
.description("shows the content of the given id")
237
237
.option("-l, --limit <limit>","Number of objects to be fetched")
238
238
.option("-o, --offset <offset>","The offset / handle to continue the iteration")
239
239
//.option("-t, --tags <tags>", "Tags to filter on")
240
-
.option("-r, --raw","show raw Interactive Map layer content")
241
-
.option("--all","iterate over entire Interactive Map layer to get entire data of layer, output will be shown on the console in GeoJSON format")
240
+
.option("-r, --raw","show raw interactive map layer content")
241
+
.option("--all","iterate over entire interactive map layer to get entire data of layer, output will be shown on the console in GeoJSON format")
242
242
.option("--geojsonl","to print output of --all in geojsonl format")
243
243
.option("-c, --chunk [chunk]","chunk size to use in --all option, default 5000")
244
244
.option("--token <token>","a external token to access another user's layer")
@@ -255,20 +255,20 @@ program
255
255
.option("--center <center>","comma separated, double-quoted lon,lat values specifying the center point of a --radius search")
256
256
.option("--feature <feature>","comma separated 'catalogHrn,layerId,featureid' values specifying a reference geometry in another layer for a spatial query")
257
257
.option("--geometry <geometry>","geometry file to be uploaded for a --spatial query (a single feature in geojson file)")
0 commit comments