Extra check that nodes/segments in ways are visible
This commit is contained in:
parent
1c4c93b2c3
commit
5bc1730d89
2 changed files with 3 additions and 1 deletions
|
@ -484,7 +484,9 @@ def readwayquery(id)
|
|||
" FROM current_way_segments,current_segments,current_nodes AS n1,current_nodes AS n2 "+
|
||||
" WHERE current_way_segments.id=#{id} "+
|
||||
" AND segment_id=current_segments.id "+
|
||||
" AND current_segments.visible=1 "+
|
||||
" AND n1.id=node_a and n2.id=node_b "+
|
||||
" AND n1.visible=1 AND n2.visible=1 "+
|
||||
" ORDER BY sequence_id"
|
||||
end
|
||||
|
||||
|
|
|
@ -78,7 +78,7 @@
|
|||
|
||||
<div id="left_menu">
|
||||
<div id="sotminfo">
|
||||
Come the the first OpenStreetMap Conference - <a href="http://www.stateofthemap.org">The State of the Map</a> 14th-15th July, 2007, Manchester, UK.
|
||||
Come to the first OpenStreetMap Conference, <a href="http://www.stateofthemap.org">The State of the Map</a>: 14th-15th July 2007, Manchester, UK.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue