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

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

There is a newer version: 6.2.0-M1
Show newest version
/**
 * A template for rendering a GeoJSON MultiLineString in MongoDB
 */
import grails.mongodb.geo.*

model {
    MultiLineString multiLineString
}

json {
    type "MultiLineString"
    coordinates multiLineString.asList()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy