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