Add support to display geojson map features - polygon, line and points sourced from rest api's #18857
Open
1 task done
Labels
Enhancement
New feature or request
Map Widget
New Widget
A request for a new widget
Widgets & Accelerators Pod
Issues related to widgets & Accelerators
Widgets Product
This label groups issues related to widgets
Is there an existing issue for this?
Summary
AppSmith is a fantastic tool for viewing and analysing data from REST APIs and databases but does not support viewing geojson data through a map widget. It would be fantastic if there was a widget that would support viewing spatial data in the form of GeoJSON which supports geometry types: Point, LineString, Polygon, MultiPoint, MultiLineString, MultiPolygon and FeatureCollection objects as per the GeoJSON Specification (RFC 7946).
Why should this be worked on?
Currently a AppSmith user needs to develop a map viewing tool using leaflet (https://leafletjs.com/examples/geojson/) or develop a component to use the google maps api (https://developers.google.com/maps/documentation/javascript/datalayer) to accomplish this but it would make life so much easier if there was a prebuilt AppSmith widget. A prebuilt widget which could be configured to use standard GeoJSON and display the GeoJSON objects over a google map or open street map background would enhance and provide functionality which currently requires development attached is an example output from one of our GeoJSON REST APIs
471082.txt
The text was updated successfully, but these errors were encountered: