Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | No | Experimental | No | Forbidden | Permitted |
Property | Type | Required | Defined by |
---|---|---|---|
bbox | reference | Optional | (this schema) |
geometry | reference | Optional | (this schema) |
properties | object |
Optional | (this schema) |
type | enum |
Optional | (this schema) |
* |
any | Additional | this schema allows additional properties |
bbox
- is optional
- type: reference
- defined in this schema
geometry
- is optional
- type: reference
- defined in this schema
properties
- is optional
- type:
object
- defined in this schema
object
with following properties:
Property | Type | Required | Default |
---|---|---|---|
attribution |
object | Optional | |
available_projections |
array | Optional | |
best |
boolean | Optional | |
country_code |
string | Optional | |
default |
boolean | Optional | |
description |
string | Optional | |
end_date |
string | Optional | |
i18n |
boolean | Optional | |
icon |
string | Optional | |
id |
string | Required | |
license |
string | Optional | |
license_url |
string | Optional | |
max_zoom |
integer | Optional | |
min_zoom |
integer | Optional | 0 |
name |
string | Required | |
overlay |
boolean | Optional | "false" |
permission_osm |
string | Optional | |
start_date |
string | Optional | |
type |
string | Required | |
url |
string | Required |
undefined
attribution
- is optional
- type:
object
Unknown type object
.
{
"type": "object",
"properties": {
"url": {
"type": "string"
},
"text": {
"type": "string"
},
"html": {
"type": "string"
},
"required": {
"type": "boolean"
}
},
"additionalProperties": false,
"simpletype": "`object`"
}
undefined
available_projections
- is optional
- type:
string[]
Array type: string[]
All items must be of the type:
string
Whether this imagery is the best source for the region
best
- is optional
- type:
boolean
boolean
The ISO 3166-1 alpha-2 two letter country code in upper case. Use ZZ for unknown or multiple.
country_code
- is optional
- type:
string
string
All instances must conform to this regular expression (test examples here):
^[A-Z]{2}$
Whether this imagery should be shown in the default world-wide menu
default
- is optional
- type:
boolean
boolean
A short English-language description of the source
description
- is optional
- type:
string
string
The age of the newest imagery or data in the source, as an RFC3339 date or leading portion of one
end_date
- is optional
- type:
string
string
All instances must conform to this regular expression (test examples here):
^\d\d\d\d(-\d\d(-\d\d)?)?$
Whether the imagery name should be translated
i18n
- is optional
- type:
boolean
boolean
undefined
icon
- is optional
- type:
string
string
A unique identifier for the source; used in imagery_used changeset tag
id
- is required
- type:
string
string
All instances must conform to this regular expression (test examples here):
^[-_.A-Za-z0-9]+$
The license for the imagery specified using a SPDX identifier, or 'COMMERCIAL'
license
- is optional
- type:
string
string
A URL for the license or permissions for the imagery
license_url
- is optional
- type:
string
string
undefined
max_zoom
- is optional
- type:
integer
integer
- minimum value:
1
undefined
min_zoom
- is optional
- type:
integer
- default:
0
integer
- minimum value:
0
The name of the imagery source
name
- is required
- type:
string
string
'true' if tiles are transparent and can be overlaid on another source
overlay
- is optional
- type:
boolean
- default:
"false"
boolean
explicit/implicit permission by the owner for use in OSM
permission_osm
- is optional
- type:
enum
The value of this property must be equal to one of the known values below.
Value | Description |
---|---|
explicit |
|
implicit |
|
no |
The age of the oldest imagery or data in the source, as an RFC3339 date or leading portion of one
start_date
- is optional
- type:
string
string
All instances must conform to this regular expression (test examples here):
^\d\d\d\d(-\d\d(-\d\d)?)?$
undefined
type
- is required
- type:
enum
The value of this property must be equal to one of the known values below.
Value | Description |
---|---|
tms |
|
wms |
|
bing |
|
scanex |
|
wms_endpoint |
A URL template for imagery tiles
url
- is required
- type:
string
string
type
- is optional
- type:
enum
- defined in this schema
The value of this property must be equal to one of the known values below.
Value | Description |
---|---|
Feature |