Updated SQLite (markdown)

ThomasG77 2011-12-20 13:32:05 -08:00
parent 2d20c248cf
commit 65c625f60d

@ -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