mirror of
https://github.com/CIMEngine/cimengine-build-tools.git
synced 2024-11-05 20:53:58 +03:00
feat: file templates
This commit is contained in:
parent
0987ee994a
commit
65f6997791
6 changed files with 40 additions and 0 deletions
11
file_templates/config.yaml
Normal file
11
file_templates/config.yaml
Normal file
|
@ -0,0 +1,11 @@
|
|||
# config is optional
|
||||
# ---
|
||||
# tags:
|
||||
# - tags
|
||||
# - for
|
||||
# - polygon
|
||||
# - selection
|
||||
# reProperty:
|
||||
# new: "Properties"
|
||||
# for: "Polygons"
|
||||
# cities: false
|
11
file_templates/countries.json
Normal file
11
file_templates/countries.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
// example:
|
||||
// [
|
||||
// {
|
||||
// "idc": "usa",
|
||||
// "description": "strong country",
|
||||
// "name": "United States of America",
|
||||
// "date": "January 2, 1776",
|
||||
// "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/a/a9/Flag_of_the_United_States_%28DoS_ECA_Color_Standard%29.svg/125px-Flag_of_the_United_States_%28DoS_ECA_Color_Standard%29.svg.png",
|
||||
// "about": "https://en.wikipedia.org/wiki/United_States"
|
||||
// }
|
||||
// ]
|
4
file_templates/geojson.geojson
Normal file
4
file_templates/geojson.geojson
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"type": "FeatureCollection",
|
||||
"features": []
|
||||
}
|
3
file_templates/layers.yaml
Normal file
3
file_templates/layers.yaml
Normal file
|
@ -0,0 +1,3 @@
|
|||
# ids of countries
|
||||
# - usa
|
||||
# - china
|
6
file_templates/properties.yaml
Normal file
6
file_templates/properties.yaml
Normal file
|
@ -0,0 +1,6 @@
|
|||
# ---
|
||||
# usa:
|
||||
# fill: "#09aa1c"
|
||||
# stroke: "#09aa1c"
|
||||
# tags:
|
||||
# - nato
|
5
file_templates/roadSizes.json
Normal file
5
file_templates/roadSizes.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"small": 0.006,
|
||||
"middle": 0.014,
|
||||
"big": 0.028
|
||||
}
|
Loading…
Reference in a new issue