diff --git a/src/components/blog/blogpostsDetails.json b/src/components/blog/blogpostsDetails.json index 7fd019665..dafbf33b0 100644 --- a/src/components/blog/blogpostsDetails.json +++ b/src/components/blog/blogpostsDetails.json @@ -1,4 +1,17 @@ [ + { + "url": "https://blog.jupyter.org/interactive-mapping-with-ipyopenlayers-2b8bc93bb6c4", + "title": "Interactive Mapping with ipyopenlayers", + "image": "/img/blogposts/IPyopenlayers.png", + "summary": " In this article, we present the main features of ipyopenlayers and demonstrate how this library can transform your geospatial data into dynamic, interactive visualizations.", + "date": "September 6, 2024", + "authors": "Nour Cheour", + "imageID": "blogpost-image-122", + "imageNaturalWidth": 1400, + "imageNaturalHeight": 642, + "imageRenderedWidth": 273, + "imageRenderedHeight": 125.64857142857142 + }, { "url": "https://blog.jupyter.org/announcing-the-2023-jupyter-distinguished-contributor-award-recipients-1b2cc4ba203f", "title": "Announcing the 2023 cohort of Jupyter distinguished contributors", diff --git a/static/img/blogposts/IPyopenlayers.png b/static/img/blogposts/IPyopenlayers.png new file mode 100644 index 000000000..80aa2696d Binary files /dev/null and b/static/img/blogposts/IPyopenlayers.png differ