Skip to content

Commit

Permalink
r.in.pdal: info.cpp also needs PDALCPPFLAGS (OSGeo#1768)
Browse files Browse the repository at this point in the history
  • Loading branch information
a0x8o committed Sep 5, 2024
1 parent 4d82f02 commit 0bbf44c
Show file tree
Hide file tree
Showing 4 changed files with 200 additions and 6 deletions.
4 changes: 4 additions & 0 deletions doc/notebooks/jupyter_integration.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -842,8 +842,12 @@
"outputs": [],
"source": [
"# Demonstration of GrassRenderer for non-interactive map display\n",
<<<<<<< HEAD
"\n",
"r = gj.GrassRenderer(height=540, filename = \"streams_maps.png\")\n",
=======
"r = gj.GrassRenderer(height=540)\n",
>>>>>>> 523219d6d4 (r.in.pdal: info.cpp also needs PDALCPPFLAGS (#1768))
"\n",
"r.run(\"d.rast\", map=\"elevation\")\n",
"r.run(\"d.vect\", map=\"streams\")\n",
Expand Down
Loading

0 comments on commit 0bbf44c

Please sign in to comment.