OpenGeoscience / geojs

High-performance visualization and interactive data exploration of scientific and geospatial location aware datasets
https://opengeoscience.github.io/geojs
Apache License 2.0
438 stars 75 forks source link

whether geojs support draw counter line on mapbox layer? #992

Closed petitlen closed 5 years ago

petitlen commented 5 years ago

whether geojs support draw counter line on mapbox layer?

manthey commented 5 years ago

Do you mean isolines, like in this example: http://opengeoscience.github.io/geojs/examples/isoline/, or shaded contour plots like this: http://opengeoscience.github.io/geojs/examples/contour/, or something else?

Also, mapbox is a different program; you can use geojs as a layer above or below other renderer's layers, though you have to write some code to keep the map coordinates synchronized between the two.

manthey commented 5 years ago

Closing this without more specifics.