R42-25S 座標未登録行を地図地点から除外 |
R42-26C 地図マーカーへ出店情報ページ名を渡す |
||
| 478行目: | 478行目: | ||
tables=FestivalStallPlacements=P,Stalls=S,Venues=V,Areas=A | tables=FestivalStallPlacements=P,Stalls=S,Venues=V,Areas=A | ||
|join on=P.stall_id=S.stall_id,P.venue_id=V.venue_id,V.area_id=A.area_id | |join on=P.stall_id=S.stall_id,P.venue_id=V.venue_id,V.area_id=A.area_id | ||
|fields=P.placement_id=placement_id,P.latitude=latitude,P.longitude=longitude,S._pageName=stall_page,S.name=stall_name,S.category=category,V._pageName=venue_page,V.name=venue_name,A._pageName=area_page,A.name=area_name,P.location_note=location_note,P.position_status=position_status,P.position_accuracy_m=position_accuracy_m,P.verification_status=verification_status | |fields=P.placement_id=placement_id,P._pageName=placement_page,P.latitude=latitude,P.longitude=longitude,S._pageName=stall_page,S.name=stall_name,S.category=category,V._pageName=venue_page,V.name=venue_name,A._pageName=area_page,A.name=area_name,P.location_note=location_note,P.position_status=position_status,P.position_accuracy_m=position_accuracy_m,P.verification_status=verification_status | ||
|where=P.festival_id={{PAGEID}} AND P.year={{LOCALYEAR}} AND P.latitude IS NOT NULL AND P.longitude IS NOT NULL | |where=P.festival_id={{PAGEID}} AND P.year={{LOCALYEAR}} AND P.latitude IS NOT NULL AND P.longitude IS NOT NULL | ||
|order by=P.sort_order ASC | |order by=P.sort_order ASC | ||