How to create a basic app
This basic use case shows you how to create a sample web app that visualizes static GeoJSON data with tooltips.
To run the example, you need to perform three simple steps:
To create the app, you need an integrated development environment with TypeScript support. You can use any environment and tools but we recommend Visual Studio Code.
Updated 2 days ago