spatialillusions / milsymbol

Military Symbols in JavaScript
www.spatialillusions.com/milsymbol
MIT License
544 stars 133 forks source link

Move symbols to json #206

Open spatialillusions opened 5 years ago

spatialillusions commented 5 years ago

For easier reuse in other programming languages, all symbol definitions should be moved to JSON files using something similar to Template literals for colors and such. In the best of worlds this would make it possible to remove the symbol cache as well. This will not be done until milsymbol 2.0 has been released.

dehmer commented 1 year ago

@Måns I'm currently in the process of trying exactly this for icons and icon parts. That's quite challenging at least for icon parts since they depend on a bunch of runtime/configurations options (standard, sidc type, style options, e.g. civilian colors. I could report back experiences I made on the way. That is, if it's still a topic of interest.