Skip to content

Commit 997dcb5

Browse files
committed
changes read me
1 parent 38eed46 commit 997dcb5

File tree

6 files changed

+5
-7
lines changed

6 files changed

+5
-7
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,3 @@ ipyopenlayers/nbextension
169169
.yarn
170170
#jupyter lite
171171
.jupyterlite.doit.db
172-
173-
#Readme
174-
media

.jupyter_ystore.db

212 KB
Binary file not shown.

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,23 @@ A Jupyter / Openlayers bridge enabling interactive maps in the Jupyter notebook.
99

1010
### Adding Raster Tile Layers and Controlling Zoom on the Map
1111

12-
![Zoom Raster](./media/RasterZoom.gif)
12+
![Zoom Raster](https://github.com/Nour-Cheour10/Ipy-openlayers/blob/Readme/media/RasterZoom.gif)
1313

1414
This GIF demonstrates how to add Raster Tile layers to the map and control the zoom functionality.
1515

1616
### Adding Vector Tile Layers and Changing Their Style
1717

18-
![Exemple de Vecteur](./media/Vector.gif)
18+
![Exemple de Vecteur](https://github.com/Nour-Cheour10/Ipy-openlayers/blob/Readme/media/Vector.gif)
1919

2020
This GIF shows how to add Vector Tile layers to the map and modify their style.
2121

22-
## GeoJSON Layer
22+
### GeoJSON Layer
2323

24-
![Exemple GeoJson](./media/GeoJson.png)
24+
![Exemple GeoJson](https://github.com/Nour-Cheour10/Ipy-openlayers/blob/Readme/media/GeoJson.png)
2525

2626
This image illustrates how to add a GeoJSON layer to the map.
2727

28+
2829
## Example Repository
2930

3031
For a real-world example of how to use `ipyopenlayers`, check out this [electricity dashboard project](https://github.com/Nour-Cheour10/electricitymap_dashboard.git).

media/GeoJson.png

254 KB
Loading

media/RasterZoom.gif

31.2 MB
Loading

media/Vector.gif

42.9 MB
Loading

0 commit comments

Comments
 (0)