feat: file templates

This commit is contained in:
Artemy 2023-06-10 20:36:07 +03:00
parent 0987ee994a
commit 65f6997791
6 changed files with 40 additions and 0 deletions

View file

@ -0,0 +1,11 @@
# config is optional
# ---
# tags:
# - tags
# - for
# - polygon
# - selection
# reProperty:
# new: "Properties"
# for: "Polygons"
# cities: false

View 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"
// }
// ]

View file

@ -0,0 +1,4 @@
{
"type": "FeatureCollection",
"features": []
}

View file

@ -0,0 +1,3 @@
# ids of countries
# - usa
# - china

View file

@ -0,0 +1,6 @@
# ---
# usa:
# fill: "#09aa1c"
# stroke: "#09aa1c"
# tags:
# - nato

View file

@ -0,0 +1,5 @@
{
"small": 0.006,
"middle": 0.014,
"big": 0.028
}