Fix violation of unmined license (distribution)
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
/* {{props_file}} */
|
||||
{{map_props}}
|
||||
/* {{ props_file }} */
|
||||
{{ map_props }}
|
||||
/* end of {{ props_file }} */
|
||||
|
||||
/* {{regions_file}} */
|
||||
/* {{ regions_file }} */
|
||||
{{map_regions}}
|
||||
/* end of {{ regions_file }} */
|
||||
|
||||
return {
|
||||
properties: UnminedMapProperties,
|
||||
|
||||
5
server/templates/unmined.js
Normal file
5
server/templates/unmined.js
Normal file
@@ -0,0 +1,5 @@
|
||||
/* {{ unmined_file }} */
|
||||
{{ unmined_script }}
|
||||
/* end of {{ unmined_file }} */
|
||||
|
||||
return new Unmined();
|
||||
Reference in New Issue
Block a user