Workshops

Interactive web maps in the cloud with HERE XYZ (monday 26.08.2019 09:00 - 13:00)

QGIS plugin

XYZ Hub connector

Exercises

Publish map

Iframe code:

<iframe src="https://xyz.here.com/viewer/?project_id=9d778514-c844-478c-a0b1-77242ba0da3b" frameborder="0"></iframe>

Install Here CLI npm package and use it

# Install
npm install -g @here/cli

# Check version
here -V

# Configure
here configure

# Check app layers
here xyz -list

# Check layer data
here xyz show <layer_id>
here xyz show hWAZJ1Ga

# Get layer data in GeoJSON format
here xyz show hWAZJ1Ga --raw


# Get layer data in GeoJSON format and save it to file
here xyz show hWAZJ1Ga --raw > content.json

# Upload geojson to app
here xyz upload -f .\content.json

Oskari made easy (monday 26.8.2019 14:00 - 18:00)