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

views.spatial.js Maven / Gradle / Ivy

The newest version!
function (doc) {
  if (doc.location &&
      doc._class == "example.spatial.domain.ExampleSpatialDocument") {
    emit([doc.location.x, doc.location.y], null);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy