Implement map

This commit is contained in:
2022-09-11 23:16:22 +02:00
parent 8651f60645
commit c63eeb83a0
16 changed files with 1035 additions and 46 deletions

View File

@@ -0,0 +1,10 @@
/* {{props_file}} */
{{map_props}}
/* {{regions_file}} */
{{map_regions}}
return {
properties: UnminedMapProperties,
regions: UnminedRegions,
}