kscope is client-side only browser application to render a 3D view of maps. The input is the map features in an area in GeoJSON format. kscope is part of the Kartta Labs suite of applications.
To run a local copy of kscope
- Copy
config.example.js
toconfig.js
- Set the backend endpoint in
config.js
file. - Run a webserver in the
kscope
directory with your favorite http server application (e.g.,python -m SimpleHTTPServer
) - You can visit the application at http://localhost:8000 or any other port that you chose at step 3.