$schema: http://json-schema.org/draft-07/schema#
$ref: #/definitions/LeafLet
definitions
LeafLet
- Type:
object
- Properties
- location
required
- Type:
array
- Items
- Type:
number
- Type:
- zoom
required
- Type:
number
- Type:
- baseLayer
required
- Type:
string
- The value is restricted to the following:
- "OpenStreetMap"
- "World Imagery"
- Type:
- overlay
required
- Type:
boolean
- Type:
-
assetid
- Type:
string
- Type:
- location
default values
{
"location": [
21.297,
-157.816
],
"zoom": 13,
"baseLayer": "OpenStreetMap",
"overlay": true
}