Skip to content

Commit

Permalink
Update geometry.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
a-lambda authored and github-actions[bot] committed Nov 26, 2024
1 parent 1c370b3 commit f3c085b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/training_manual/spatial_databases/geometry.rst
Original file line number Diff line number Diff line change
Expand Up @@ -147,23 +147,23 @@ Your updated people schema should look something like this:
3,
'072 812 31 28',
1,
'SRID=4326;POINT(33 33)');
'SRID=4326;POINT(13 -15)');

insert into people (name,house_no, street_id, phone_no, city_id, the_geom)
values ('IP Knightly',
32,
1,
'071 812 31 28',
1,F
'SRID=4326;POINT(32 -34)');
1,
'SRID=4326;POINT(18 -24)');

insert into people (name,house_no, street_id, phone_no, city_id, the_geom)
values ('Rusty Bedsprings',
39,
1,
'071 822 31 28',
1,
'SRID=4326;POINT(34 -34)');
'SRID=4326;POINT(22 -25)');

If you're getting the following error message:

Expand Down

0 comments on commit f3c085b

Please sign in to comment.