We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Added the sampleFill and particles layer on map. But it's not showing on the map. However I am able to get the layer with map.getLayer but not on map.
The text was updated successfully, but these errors were encountered:
used the same data that is used in the demo
Sorry, something went wrong.
Did u fix it?
Same issue:
const onMapLoad = (e) => { const { target: map } = e; map.addLayer(particles({ id: 'particles', source: windSource, })); }; return ( <div className="map-container"> <DeckGL ref={deckRef} layers={renderLayers()} effects={[lightingEffect]} initialViewState={viewport} controller onWebGLInitialized={onWebGLInitialized} > {_glState && ( <StaticMap onLoad={e => onMapLoad} mapStyle={MAPBOX_STYLE} mapboxApiAccessToken={MAPBOX_TOKEN} /> )} <Icon menus updateMenus={updateMenus} /> </DeckGL> </div> );
No branches or pull requests
Added the sampleFill and particles layer on map. But it's not showing on the map. However I am able to get the layer with map.getLayer but not on map.
The text was updated successfully, but these errors were encountered: