This app was created with “zero coding”. It is created simply from configuration, using live open data sources, and reusing plugins created for OpenTheme.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
# App Options
layout: fusion
title: Geo Visualization - Sandy and Airports
description: KML Map, Fusion Grid displaying live data...
category: app
# Grid Options
select: "col1, col2 as Location, col4"
from: "1hcqyroMjYXZfCqDTUq2nmhgwzG13W-BRzNXyaEk"
filter: "Location"
# KML Options
layers:
- kml: "http://opentheme.co/static-data/WorldAirports.kml"
- kml: "http://opentheme.co/static-data/287257.kml"
---
{% include kml-viewer.html %}
{% include fusion-filter-grid.html %}