Skip to content

Commit

Permalink
Fix pmtiles notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Nov 5, 2023
1 parent 3b7e5c2 commit 20c33e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/notebooks/82_pmtiles.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@
"outputs": [],
"source": [
"pmtiles = 'buildings.pmtiles'\n",
"leafmap.vector_to_pmtiles(\n",
"leafmap.geojson_to_pmtiles(\n",
" 'buildings.geojson', \n",
" pmtiles, \n",
" layer_name='buildings', \n",
Expand Down
2 changes: 1 addition & 1 deletion examples/notebooks/82_pmtiles.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@
"outputs": [],
"source": [
"pmtiles = 'buildings.pmtiles'\n",
"leafmap.vector_to_pmtiles(\n",
"leafmap.geojson_to_pmtiles(\n",
" 'buildings.geojson', \n",
" pmtiles, \n",
" layer_name='buildings', \n",
Expand Down

0 comments on commit 20c33e8

Please sign in to comment.