onaio / gisida

JavaScript library that converts MapSpec layers to beautiful, interactive maps using Mapbox GL
http://gisida.onalabs.org/
Apache License 2.0
11 stars 3 forks source link

Refactor Connector to use fetch #323

Open kahama94 opened 5 years ago

kahama94 commented 5 years ago

Current Connector uses XMLHttpRequest we should change this to use fetch.

praveen-me commented 5 years ago

Hi @kahama94, I have created a PR for this issue.

cKellyDesign commented 4 years ago

@kahama94 @kahummer what's the status of this?