-
Notifications
You must be signed in to change notification settings - Fork 7
Looking fro some information #3
Comments
Yes, that's exactly right: The ID's are copied from the source. |
Thank-you very much for answering my question. |
One more question... the latitude and longitude within the node table are int's therefore do not have a decimal place, how does one calculate the correct lat and longs? |
Please can you explain to me how I create a polygon in SQL when I have populated dbo.node, dbo.node_tags, dbo.relation, dbo.relation_members, dbo.relation_tags, dbo.way, dbo.way_nodes and dbo.way_tags? Am I right in assuming that the relation_id in dbo.relation_members table is in fact the osm_id? Also what does? and how does? the dbo.relation_members join back to the dbo.node table for the lat and longs? which are needed to build a sql geography polygon? Any help would be much appreciated. Thanks Andrew |
Please can you confirm that the Id fields on SQL Server tables node and relation is infact the osm_id within the planet.osm.pbf file?
Kind regards
Andrew
The text was updated successfully, but these errors were encountered: