osm-codes / gridMap-pages

The production version, after gridMap-draftPages. ReactJS + OpenLayers.
Apache License 2.0
0 stars 0 forks source link

Add GeoJSON Layer to Map #19

Open jsugg opened 1 year ago

jsugg commented 1 year ago

Description

Implement the addition of a GeoJSON layer to the map to represent geographical features. This will involve fetching GeoJSON data from MongoDB, styling the GeoJSON layer to make it visually distinguishable by setting colors, borders, and interactive styles like hover effects, and rendering it on the map.

Acceptance Criteria