highcharts / node-export-server

Highcharts Node.js export server
Other
354 stars 259 forks source link

Adding the proj4 library as an additional script #208

Closed PaulDalek closed 2 years ago

PaulDalek commented 5 years ago

Expected behaviour

The proj4 library should be possible to choose on install (just like Maps, Gantt, etc.) by default.

Actual behaviour

Right now the only possibility is to add required script into cdnScriptsQuery or cdnAdditional array manually.

Internal note: Not sure how does it look like when it comes to license.

PaulDalek commented 2 years ago

Since v10, Highmaps can use TopoJSON along with a new projection which allows the use of lat/lon coordinates without the need of the proj4 library. For older versions, the highcharts.scripts can be used to add custom scripts (this concerns the new, Puppeteer-based version of the export server).