View the original community article here
Last tested: Dec 17, 2019
This is usually caused by not including the entire file path in the file parameter of a map_layer.
For files that are in folders, the entire path needs to be included.
map_layer: layer_name {
file: "/file_path/file_name.topojson"
format: topojson
property_key: key_value
}
For files that are not in folders, a forward slash still needs to be in front of the filename:
map_layer: layer_name {
file: "/file_name.topojson"
format: topojson
property_key: key_value
}
This content is subject to limited support.