Skip to content

Commit f2763c0

Browse files
committed
Adds visualization with geoJSON
1 parent 13c428b commit f2763c0

7 files changed

Lines changed: 1314 additions & 1153 deletions

File tree

python-verso-routing/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ python:
99
# (e.g.: configs/*.json) is supported.
1010
files:
1111
- main.py
12-
# - visuals.py
12+
- visuals.py
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Rules for AI Code assistant
2+
3+
## Documentation
4+
5+
Use [Nextmv python SDK][nextmv-py].
6+
Use Nextmv [documentation][nextmv-docs].
7+
8+
## Visualization
9+
10+
Only use plotly, geoJSON, or chartJS to create visuals.
11+
Make any geoJSON compatible with Leaflet.
12+
Make any geoJSON properties use metadata as shown in [Nextmv documentation][nextmv-docs-custom-viz].
13+
Store visuals in Nextmv Assets.
14+
Add assets to the nextmv.Output.
15+
16+
[nextmv-docs]: https://nextmv.io/docs
17+
[nextmv-py]: https://github.com/nextmv-io/nextmv-py
18+
[nextmv-docs-custom-viz]: https://nextmv.io/docs/using-nextmv/run/custom-visualization

0 commit comments

Comments
 (0)