Also refered to as XYZ Studio
This repository is the code used to power the HERE-hosted cloud based application HERE Studio also reffered to as HERE XYZ Studio. We are releasing this code to the community so that any developer may iterate, improve or even recommend features/functionality through Pull Requests. You are welcome to raise issues and suggestions on our issues page. Please refer our contributing guidelines
XYZ Studio is an interactive, visual, web-based application for accessing geospatial data and creating maps within minutes.
Create interactive maps and visualize geospatial data. Upload large datasets to the cloud that can be viewed instantly and edit the data in real-time to create maps faster.
Start by reading our Getting Started Guide pages which provides quick tutorial on studio You can use our cloud based hosted service which provides generous freemium access limits for map editing and visualization.
Create an account here and get started with creating projects. Add GeoJSON Data Layers and style it on the map.
Follow these steps to build locally.
Get your APP_ID
and APP_CODE
from HERE Developer Portal
git clone https://github.com/heremaps/xyz-studio.git`
$ set REACT_APP_APP_ID=YOUR_APP_ID && \
set REACT_APP_APP_CODE=YOUR_APPCODE && \
./build.sh oss
$ npm start
Install the correct version of Node
To be sure to use the right version of node (lts/carbon), we suggest to use nvm. In .nvmrc file is defined the right version of Node.
Documentation | URL |
---|---|
Documentation | https://www.here.xyz/studio/topics/ |
XYZ Hub API | https://www.here.xyz/api/ |
Maps Playground | http://xyz.here.com/xyz-maps/latest/playground/ |
Your contributions are always welcome! Please have a look at the contribution guidelines first.
Copyright (C) 2017-2020 HERE Europe B.V.
See the LICENSE file in the root of this project for license details.