Activities of "jgrovert"

I would like native support for managing GeoJSON records with the different types & Longitude / Latitude fields in MongoDB.

For example to specify a GeoJSON Point:

location: { type: "Point", coordinates: [-73.856077, 40.848447] }

There are different GeoJSON types: Point, LineString, Polygon (Single + Multiple), MultiPoint, MultiLineString, MultiPoligon, Geometry Collection

Additional information about GeoJSON: https://www.mongodb.com/docs/manual/reference/geojson/

When using the generated website, if I try to click edit on an existing record (with a n:n relationship built in the CRUD generator), the modal box to edit the record doesn't display.

Showing 1 to 2 of 2 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11