Hi everyone,
I’m currently working on a Map view in my Noloco app and I’m looking for a way to visualize areas or territories (like specific cities, counties, or custom regions) rather than just individual point markers.
Is there currently a way to display area-based data or KML/GeoJSON layers on the map view?
I’m able to plot pins using Latitude/Longitude coordinates. I am also aware that it’s possible to host a map I develop through an iFrame page. However, I can’t seem to find an option to natively render polygons or “filled” regions to represent areas.
Feature Request:
If this doesn’t exist yet, I’d love to officially request the ability to:
- Define territories based on a list of zip codes or county names.
- Upload/link a GeoJSON or KML file to overlay regions on the map.
Thanks in advance for the help!