Skip to content

Commit

Permalink
Fix geometry of people features (#9414)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-lambda authored Nov 26, 2024
1 parent 51ac2c2 commit 211f01f
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 211f01f

Please sign in to comment.