megies / jane

Jane - Document Database for Seismology
http://krischer.github.io/jane
GNU General Public License v3.0
0 stars 3 forks source link

Rotational Jane: Depth slider does not work #4

Closed megies closed 4 years ago

megies commented 4 years ago

Looks like depth slider is looking at depth_in_km but its not being added by indexer, so the depth slider is only seeing NaN values and thus not filtering out I guess.

https://github.com/megies/jane/blob/5311c86ce55c33355a4074f939f18060019f88c0/src/jane/quakeml/plugins.py#L110-L111

https://github.com/megies/jane/blob/5311c86ce55c33355a4074f939f18060019f88c0/src/jane/quakeml/plugins.py#L211

https://github.com/megies/jane/blob/5311c86ce55c33355a4074f939f18060019f88c0/src/jane/static/web_gis/src/directives/map.js#L338-L339

CC @heinerigel @jwassermann

megies commented 4 years ago

fixed on the rotations DB main branch