grails.mongodb.geo._multiLineString.gson Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of views-json-templates Show documentation
Show all versions of views-json-templates Show documentation
Grace Views : Views Json Templates
/**
* 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