HughCraig / TLCMapViews

0 stars 0 forks source link

Integration with Jupyter Notebooks #9

Open IanMcCrabb opened 11 months ago

IanMcCrabb commented 11 months ago

Yang Li

It just occurred to me that the TLCMap views require a GeoJSON feed served from an URL, which is probably not feasible in Jupyter notebook.

We may consider allowing the views to receive data from the context outside the iframe. However, the clients using TLCMap views need to implement some Javascript code to post messages into the iframe (Probably with IPython?).

yangli0516 commented 11 months ago

Related to #8

IanMcCrabb commented 8 months ago

We now have a comprehensive solution for this but it requires some time to test, refine and document. Will consider whether we can address this before EOY or we revisit this over the summer.