fgpv-vpgf / contributed-plugins

Free to use but unsupported plugins for FGPV/RAMP2
0 stars 15 forks source link

Range slider build error #45

Closed jolevesq closed 4 years ago

jolevesq commented 4 years ago

Rebuild the range slider demo page because there is an error. The error doesn't look from the range slider itself but we need to investogate

rv-main.js:305 Uncaught TypeError: Cannot read property 'symbology' of undefined
    at t.get (rv-main.js:305)
    at e.O [as symbology] (rv-main.js:305)
    at range-slider.js:10
    at se (range-slider.js:10)
    at Zn (range-slider.js:10)
    at range-slider.js:10
    at se (range-slider.js:10)
    at Zn (range-slider.js:10)
    at range-slider.js:10
    at se (range-slider.js:10)
jolevesq commented 4 years ago

This is very weird. There is no error at all when we run the plugin from the localhost. The problem comes from the Geochron layer. For an unknown reason, when serve over GitHub, there is a symbology problem. Replacing Geochron, solves the problem.