「モジュール:Coordinates」の版間の差分

編集の要約なし
template>Fryed-peach
編集の要約なし
template>Fryed-peach
編集の要約なし
407行目: 407行目:
         end
         end
         if long_d < 0 then
         if long_d < 0 then
             table.insert(errors, {source, "経度が0度を下回っていますが南北が指定されています"})
             table.insert(errors, {source, "経度が0度を下回っていますが東西が指定されています"})
         end
         end
         --[[  
         --[[  
416行目: 416行目:
          
          
         if long_d > 180 then
         if long_d > 180 then
             table.insert(errors, {source, "経度が180度を上回っていますが南北が指定されています"})
             table.insert(errors, {source, "経度が180度を上回っていますが東西が指定されています"})
         end
         end
         ]]
         ]]
匿名利用者