-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add map visualization #1408
Comments
Can we add more information to this issue? Things like:
|
Having just been briefed by Berit, this is my understanding:
|
Some thoughts:
|
The initial map component has been merged into develop, but the actual map visualization is still to be implemented (probably requires Angular to be updated). |
#1549 works with ngx-maplibre-gl, but it's worth checking if the features we need are supported by Vega or Plotly. Vega-Lite (and therefore Vega-Altair which produces Vega-Lite) does not yet support zoomable maps. If we do want to use maplibre, we need to add a different base layer (include local assets, or use a service?) and fix the tests. |
In case it's useful: I've pushed my local branch The branch is quite outdated, but it may save some time? |
@ar-jan I think this is done, right? |
Right! #1629. |
Is your feature request related to a problem? Please describe.
If a corpus has geographical metadata, we would like to visualize this on a map.
Describe the solution you'd like
Perhaps this ChartJS plugin is interesting
Describe alternatives you've considered
Other geo visualization libraries exist, e.g. maplibre (cf. in this repo
The text was updated successfully, but these errors were encountered: