mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Add generated file
This commit is contained in:
parent
e7b87fa201
commit
c4f33727b8
@ -12,14 +12,14 @@
|
|||||||
// }
|
// }
|
||||||
// Name:
|
// Name:
|
||||||
// Dimensions: 3 Fields by 2 Rows
|
// Dimensions: 3 Fields by 2 Rows
|
||||||
// +--------------------+----------------------+---------------+
|
// +--------------------+--------------------------+---------------+
|
||||||
// | Name: name | Name: mediaType | Name: size |
|
// | Name: name | Name: mediaType | Name: size |
|
||||||
// | Labels: | Labels: | Labels: |
|
// | Labels: | Labels: | Labels: |
|
||||||
// | Type: []string | Type: []string | Type: []int64 |
|
// | Type: []string | Type: []string | Type: []int64 |
|
||||||
// +--------------------+----------------------+---------------+
|
// +--------------------+--------------------------+---------------+
|
||||||
// | countries.geojson | application/geo+json | 255943 |
|
// | countries.geojson | application/octet-stream | 255943 |
|
||||||
// | usa-states.geojson | application/geo+json | 89263 |
|
// | usa-states.geojson | application/octet-stream | 89263 |
|
||||||
// +--------------------+----------------------+---------------+
|
// +--------------------+--------------------------+---------------+
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
// 🌟 This was machine generated. Do not edit. 🌟
|
// 🌟 This was machine generated. Do not edit. 🌟
|
||||||
@ -72,8 +72,8 @@
|
|||||||
"usa-states.geojson"
|
"usa-states.geojson"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"application/geo+json",
|
"application/octet-stream",
|
||||||
"application/geo+json"
|
"application/octet-stream"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
255943,
|
255943,
|
||||||
|
Loading…
Reference in New Issue
Block a user