[Vega] use %type% in docs (#89453)

This commit is contained in:
Thomas Neirynck 2021-01-28 11:04:23 -05:00 committed by GitHub
parent caed606fbd
commit 7593cf7ea5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -223,7 +223,7 @@ experimental[] Access the Elastic Map Service files via the same mechanism:
----
url: {
// "type" defaults to "elasticsearch" otherwise
type: emsfile
%type%: emsfile
// Name of the file, exactly as in the Region map visualization
name: World Countries
}
@ -289,7 +289,7 @@ experimental[] You can use the *Vega* https://vega.github.io/vega/docs/data/[dat
----
url: {
// "type" defaults to "elasticsearch" otherwise
type: emsfile
%type%: emsfile
// Name of the file, exactly as in the Region map visualization
name: World Countries
}