12 lines
221 B
JavaScript
12 lines
221 B
JavaScript
/* {{ props_file }} */
|
|
{{ map_props }}
|
|
/* end of {{ props_file }} */
|
|
|
|
/* {{ regions_file }} */
|
|
{{map_regions}}
|
|
/* end of {{ regions_file }} */
|
|
|
|
return {
|
|
properties: UnminedMapProperties,
|
|
regions: UnminedRegions,
|
|
} |