This PR is related to support rake tasks for generating files as in use by the interscript/interscript.org repo, but those may be useful also for other purposes:
generate_visualization_html - generates visualization HTML files, in use by the first version of the repo, may be useful to inspect the maps while developing them
generate_metadata_json - generates metadata.json for all maps. Used by interscript.org.
generate_json - generates json from #to_hash function for all maps. This offers us a full view into the map files from other environments. This isn't used by interscript.org now, but could be used to provide the best styling possible.
generate_visualization_json - generates JSONs of a hybrid nature - in general they have a structure more similar to visualization_html than to json. Used by interscript.org.
This PR is related to support rake tasks for generating files as in use by the interscript/interscript.org repo, but those may be useful also for other purposes:
generate_visualization_html
- generates visualization HTML files, in use by the first version of the repo, may be useful to inspect the maps while developing themgenerate_metadata_json
- generates metadata.json for all maps. Used by interscript.org.generate_json
- generates json from #to_hash function for all maps. This offers us a full view into the map files from other environments. This isn't used by interscript.org now, but could be used to provide the best styling possible.generate_visualization_json
- generates JSONs of a hybrid nature - in general they have a structure more similar tovisualization_html
than tojson
. Used by interscript.org.