You are here

views_geojson.views.schema.yml in Views GeoJSON 8

config/schema/views_geojson.views.schema.yml

File

config/schema/views_geojson.views.schema.yml
View source
  1. views.display.geojson_export:
  2. type: views_display_path
  3. label: 'GeoJSON export display options'
  4. views.style.geojson:
  5. type: views_style
  6. label: 'GeoJSON output format'
  7. mapping:
  8. data_source:
  9. type: mapping
  10. label: 'Data Source'
  11. mapping:
  12. value:
  13. type: string
  14. label: 'Map Data Sources'
  15. latitude:
  16. type: string
  17. label: 'Latitude Field'
  18. longitude:
  19. type: string
  20. label: 'Longitude Field'
  21. geofield:
  22. type: string
  23. label: 'Geofield'
  24. geolocation:
  25. type: string
  26. label: 'Geolocation'
  27. wkt:
  28. type: string
  29. label: 'WKT'
  30. name_field:
  31. type: string
  32. label: 'Title Field'
  33. description_field:
  34. type: string
  35. label: 'Description'
  36. jsonp_prefix:
  37. type: string
  38. label: 'JSONP prefix'