Skip to content

Instantly share code, notes, and snippets.

@cyberlex404
Created August 17, 2017 18:11
Show Gist options
  • Select an option

  • Save cyberlex404/44b71fb5be7498bd5b7a05f3c540e5d9 to your computer and use it in GitHub Desktop.

Select an option

Save cyberlex404/44b71fb5be7498bd5b7a05f3c540e5d9 to your computer and use it in GitHub Desktop.
yamapsapi.geometry.*:
type: config_entity
label: 'Geometry'
mapping:
id:
type: string
label: 'ID'
label:
type: label
label: 'Label'
uuid:
type: string
description:
type: string
label: 'Description'
type:
type: string
label: 'Geometry type'
geometry:
type: yamapsapi_geometry.[%parent.type]
yamapsapi_geometry.any:
label: 'Any'
type: mapping
mapping:
data:
type: string
label: 'Data'
yamapsapi_geometry.point:
label: 'Point'
type: mapping
mapping:
lat:
type: string
label: 'Lat'
lon:
type: string
label: 'Lon'
yamapsapi_geometry.linestring:
label: 'LineString'
type: sequence
sequence:
type: mapping
mapping:
lat:
type: string
label: 'Lat'
lon:
type: string
label: 'Lon'
yamapsapi_geometry.polygon:
label: 'Polygon'
type: sequence
sequence:
type: mapping
mapping:
lat:
type: string
label: 'Lat'
lon:
type: string
label: 'Lon'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment