Updated SQLite (markdown)
parent
2d20c248cf
commit
65c625f60d
1 changed files with 2 additions and 3 deletions
|
@ -111,8 +111,7 @@ Plugin datasource initialization example code can be found on PluginArchitecture
|
||||||
|
|
||||||
A Sqlite datasource may be created as follows:
|
A Sqlite datasource may be created as follows:
|
||||||
|
|
||||||
|
```cpp
|
||||||
#!C
|
|
||||||
{
|
{
|
||||||
parameters p;
|
parameters p;
|
||||||
p["type"]="sqlite";
|
p["type"]="sqlite";
|
||||||
|
@ -128,6 +127,6 @@ A Sqlite datasource may be created as follows:
|
||||||
lyr.add_style("bridges"); // in style.xml
|
lyr.add_style("bridges"); // in style.xml
|
||||||
m.addLayer(lyr);
|
m.addLayer(lyr);
|
||||||
}
|
}
|
||||||
|
```
|
||||||
|
|
||||||
## Further References
|
## Further References
|
||||||
|
|
Loading…
Reference in a new issue