All Downloads are FREE. Search and download functionalities are using the official Maven repository.

grails.mongodb.geo._polygon.gson Maven / Gradle / Ivy

/**
 * A template for rendering a GeoJSON Polygon in MongoDB
 */
import grails.mongodb.geo.*

model {
    Polygon polygon
}

json {
    type "Polygon"
    coordinates polygon.asList()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy