Skip to content

arlas-web-contributors


arlas-web-contributors / FeatureRenderMode

Enumeration: FeatureRenderMode

The render mode of a Feature layersource Only layersource of type Feature are concerned

Enumeration Members

wide

wide: "wide"

This mode fetches data globally. In this case the data undergoes the visibilty rules imposed by maxzoom/maxfeatures

Defined in

src/models/models.ts:224


window

window: "window"

This mode fetches data that fit a window of explorat°. This window has a size and a sort both defined at the MapContributor level. maxfeature/minfeatures are ignored in this mode

Defined in

src/models/models.ts:221