The application expects data in the form of GeoJSON Features. From the GeoJSON Specification (RFC 7946):
GeoJSON is a geospatial data interchange format based on JavaScript Object Notation (JSON). It defines several types of JSON objects and the manner in which they are combined to represent data about geographic features, their properties, and their spatial extents. GeoJSON uses a geographic coordinate reference system, World Geodetic System 1984, and units of decimal degrees.
To enrich the data displayed by the app, add additional properties the GeoJSON Features.
- Install the latest LTS version of Node
- Install the Vue CLI:
npm install -g @vue/cli
- Install Visual Studio Code
- Install the recommended VS Code extensions (
.vscode/extensions.json
) - Install extensions for Chrome:
npm install
npm run serve
Powered by SVG Repo