How to Upload and Visualize an Interactive Map Layer (IML)

This article explains how to upload GeoJSON data to an Interactive Map Layer (IML) and visualize it using HERE Platform.

1. Create a catalog in HERE Platform Data.
2. Ensure you have access to your realm (olp-).
3. Create a layer in the catalog and select Interactive Map as the layer type.
4. Create an application in HERE Apps:
* Generate an API Key for client applications.
* Generate OAuth 2.0 credentials for data upload.
* Save the credentials.properties file.
5. Share the catalog with the application.
6.
7. Install OLP CLI:
8. OLP CLI User Guide
1. 1. Create a GeoJSON file containing your data.
2. Upload the data to the Interactive Map Layer using OLP CLI.
3. Inspect the uploaded data:
1. https://platform.here.com/data//inspect
2. To visualize the layer, use the sample application:
Interactive Map Layer Examples
9. Run:
Shell
1. yarn build
2. yarn start

JavaScript Example

IML Clustering Example

Related Information

OLP CLI User Guide
Interactive Map Layer Examples


Did this page help you?