Skip to content

slow map rendering with a lot of map markers #25

@saylorsd

Description

@saylorsd

When a lot of markers are on the map, it updates very slowly.

I think we may have too many markers to use the react-map-gl <Marker/> component.

The one solution I can think of is to render the markers server-side (on mapbox). This would involve reflecting the state of our app in a Mapbox style object and passing it to the Map component's mapStyle prop.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions