-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update doc #1099
Comments
@SPalominos @ebocher Some updates are needed in the code since there is some small errors:
|
I'm on it. |
By default all write driver delete the output file |
Ok so if
|
Done here #1120 |
|
|
|
|
|
|
|
|
|
|
|
Update geometry syntax CREATE TABLE ROADS (the_geom MULTILINESTRING, speed_limit INT)
CREATE TABLE ROADS (the_geom GEOMETRY(MULTILINESTRING) , speed_limit INT) |
Drivers functions
The text was updated successfully, but these errors were encountered: