Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Nov 17, 2010
1 parent 03db684 commit a27c5bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
Binary file modified images/lib_schema.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 3 additions & 11 deletions python_gis_part2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,13 @@ Building blocks: overview
label="Data providers"
color = "grey"
shapefile [label="Vector (OGR)"]
ows [label="OGC WS"]
ows [label="WS (OCG)"]
postgis [label="PostGIS"]
prop_ws [label="WS (Google & C.)"]
raster [label="Raster"]
}


/*
subgraph cluster_tilesystems {
label="Tile caches"
node [style="filled" color="grey"]
cachelite [label="CacheLite"]
tilecache [label="TileCache"]
}
*/

prop_ws -> geopy
ows -> owslib [dir="both" color="blue"]
Expand All @@ -69,8 +61,8 @@ Building blocks: overview
raster -> grass [dir="both" color="blue"]
postgis -> qgis [dir="both" color="blue"]
postgis -> mapnik [dir="both" color="blue"]
raster -> qgis
raster -> mapscript
raster -> qgis [dir="both" color="blue"]
raster -> mapscript [dir="both" color="blue"]
raster -> mapnik [dir="both" color="blue"]
}

Expand Down

0 comments on commit a27c5bb

Please sign in to comment.