From 65c625f60d2d1734615f06cc7f5e50132e9c3d8a Mon Sep 17 00:00:00 2001 From: ThomasG77 Date: Tue, 20 Dec 2011 13:32:05 -0800 Subject: [PATCH] Updated SQLite (markdown) --- SQLite.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/SQLite.md b/SQLite.md index 869e780..fac6e42 100644 --- a/SQLite.md +++ b/SQLite.md @@ -111,8 +111,7 @@ Plugin datasource initialization example code can be found on PluginArchitecture A Sqlite datasource may be created as follows: - - #!C +```cpp { parameters p; p["type"]="sqlite"; @@ -128,6 +127,6 @@ A Sqlite datasource may be created as follows: lyr.add_style("bridges"); // in style.xml m.addLayer(lyr); } - +``` ## Further References