Skip to content

Instantly share code, notes, and snippets.

TerriaJS

Contributor License Agreement ("Agreement") v1.1.0

Thank you for your interest in the TerriaJS open source Project which is being administered by CSIRO Data61. This document describes the terms under which You may contribute software, bug fixes, configuration changes, documentation, or any other materials that you send to Us related to the Project (each a "Contribution") to the Project. This contributor license agreement ("Agreement") documents the rights granted by You to Us with respect to your Contributions.

Once agreed, these terms apply not only to your initial Contribution but also to all past Contributions and subsequent Contributions by You to the Project, unless we change the terms. When we change the terms, you will be asked to sign the new version of the agreement the next time you contribute.

We appreciate your participation in our Project, and your help in improving the Project, so we want you to understand what will be done with the Contributions. This license is for your p

{
"initialCamera": {
"west": 117.67308047239527,
"south": -42.05123012116621,
"east": 161.59271767454527,
"north": -19.055511349687226,
"position": {
"x": -5453394.271476641,
"y": 3194717.000433795,
"z": -6336166.2905611135
@kring
kring / fix-analytics.json
Created September 6, 2016 00:18
Fix the analytics on newui.terria.io
{
"catalog": [
{
"name": "Terria Analytics",
"items": [
{
"name": "Regions like this",
"url": "http://analytics.terria.io:31113/jobs"
},
{
Longitude Latitude Some Value
151 -33 1
151 -32 2
{
"catalog": [
{
"type": "group",
"name": "Example Group",
"isOpen": true,
"items": [
{
"name": "Simple Example",
"type": "terria-json",
{
"homeCamera": {
"north": -8,
"east": 158,
"south": -45,
"west": 109
},
"catalog": [
{
"name": "Test group",
{
"catalog": [
{
"type": "csv",
"name": "Postcode / Count",
"url": "https://gist.githubusercontent.com/wongj/a669a344a25f961884358938c3a58a29/raw/25bf03aa814423624704b58a99ab5bc4b403fd3d/a.csv",
"isEnabled": true,
"tableStyle": {
"colorBinMethod": "ckmeans"
}
{
"name": "Water Observations from Space 25m Clear Count (WOfS Statistics)",
"type": "wms",
"layers": "wofs_summary_clear",
"url": "https://ows.services.dea.ga.gov.au/",
"linkedWcsUrl": "https://ows.services.dea.ga.gov.au/",
"linkedWcsCoverage": "wofs_summary_clear",
"ignoreUnknownTileErrors": true,
"opacity": 1
}
interface InterfaceWithOptional {
foo?: number;
}