You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2018/05/03 14:48:47 UTC

[GitHub] joaomg commented on issue #4820: Moving some JS folders

joaomg commented on issue #4820: Moving some JS folders
URL: https://github.com/apache/incubator-superset/pull/4820#issuecomment-386321782
 
 
   There's a broken link in static/asset/src/visualizations/country_map.js:
   const url = `/static/assets/visualizations/countries/${fd.select_country.toLowerCase()}.geojson`;
   It should be:
   const url = `/static/assets/src/visualizations/countries/${fd.select_country.toLowerCase()}.geojson`;
   The country json file won't load.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org