Skip to content

1.9.0

Latest
Compare
Choose a tag to compare
@burritojustice burritojustice released this 06 Dec 11:46
· 2 commits to master since this release

v1.9.0 of the CLI provides support for HERE platform interactive map layers.

To access interactive map layer functions, download your HERE platform credentials (via the Administrative tab under the Access Manager) and authenticate the CLI using

here configure workspace {filepath to credentials}

Once authenticated, you will be able to see a new here interactivemap | iml command with the following options:

  • create [options] [catalogHrn] create a new interactive map layer
  • config [options] [catalogHrn] [layerId] configure/update an interactive map layer in a catalog
  • upload [options] [catalogHrn] [layerId] upload one or more GeoJSON, CSV, GPX, XLS, or a Shapefile to the given layerid
  • list|ls [options] information about available interactive map layers
  • show [options] <catalogHrn> <layerId> shows the content of the given id
  • delete [options] <catalogHrn> <layerId> delete the interactive map layer with the given id
  • clear [options] <catalogHrn> <layerId> clear data from interactive map layer
  • token get workspace token
  • help [command] display help for command