Skip to content

Commit 4ef682b

Browse files
author
Stefan Kuethe
committed
Update README
1 parent e9efde0 commit 4ef682b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Provides Python bindings for [OpenLayers](https://openlayers.org/), a high-perfo
1212

1313
### Tiled Layers
1414

15-
Pull tiles from OSM, CartoDB, MapTiler and any other XYZ source.
15+
Pull tiles from OSM, [Carto](https://github.com/CartoDB/basemap-styles), [MapTiler](https://www.maptiler.com/) and any other XYZ source.
1616

1717
### Vector Layers
1818

@@ -22,7 +22,7 @@ Render vector data from GeoJSON, TopoJSON, KML, GML and other formats.
2222

2323
Add geocoding, draw, full screen and other controls to your map.
2424

25-
<a href="https://eoda-dev.github.io/py-openlayers/marimo/draw-control.html" target="_blank">Draw control example<a>
25+
[Draw control example](https://eoda-dev.github.io/py-openlayers/marimo/draw-control.html)
2626

2727
### WebGL
2828

marimo/pmtiles-vector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def _():
3434

3535
@app.cell
3636
def _(data, default_style, ol):
37-
pmtiles = ol.layers.VectorTileLayer(
37+
pmtiles = ol.VectorTileLayer(
3838
id="pmtiles-vector",
3939
style=default_style(stroke_color="green", stroke_width=2),
4040
source=ol.PMTilesVectorSource(

0 commit comments

Comments
 (0)