Forum Discussion
Anonymous
5 years agoNot applicable
Polygon map on sea territory
Hi, I need som help with presumably some GeoJSON coding. The goal is to locate an observation based on it's latitude and longitude coordinates. The thought is to create a polygon map with "bins"...
- 5 years ago
Find a GEOJson polygon that serves your need (or create your own ), and then use MapShaper to convert it to the TopoJson format that the shape map expects. Make sure to include a unique identifier for each bucket so the shape map can then actually associate your data.
lbendlin
Super User
5 years agoFind a GEOJson polygon that serves your need (or create your own ), and then use MapShaper to convert it to the TopoJson format that the shape map expects. Make sure to include a unique identifier for each bucket so the shape map can then actually associate your data.