<legend id='lEGJb'><style id='lEGJb'><dir id='lEGJb'><q id='lEGJb'></q></dir></style></legend>
        <bdo id='lEGJb'></bdo><ul id='lEGJb'></ul>
      1. <i id='lEGJb'><tr id='lEGJb'><dt id='lEGJb'><q id='lEGJb'><span id='lEGJb'><b id='lEGJb'><form id='lEGJb'><ins id='lEGJb'></ins><ul id='lEGJb'></ul><sub id='lEGJb'></sub></form><legend id='lEGJb'></legend><bdo id='lEGJb'><pre id='lEGJb'><center id='lEGJb'></center></pre></bdo></b><th id='lEGJb'></th></span></q></dt></tr></i><div id='lEGJb'><tfoot id='lEGJb'></tfoot><dl id='lEGJb'><fieldset id='lEGJb'></fieldset></dl></div>

        <tfoot id='lEGJb'></tfoot>

        <small id='lEGJb'></small><noframes id='lEGJb'>

      2. DbGeography.PointFromText() 为日本抛出“纬度值必须在 -90 到 90 度之间"

        时间:2023-09-17

              • <bdo id='Ddt6G'></bdo><ul id='Ddt6G'></ul>

                <tfoot id='Ddt6G'></tfoot>
                <i id='Ddt6G'><tr id='Ddt6G'><dt id='Ddt6G'><q id='Ddt6G'><span id='Ddt6G'><b id='Ddt6G'><form id='Ddt6G'><ins id='Ddt6G'></ins><ul id='Ddt6G'></ul><sub id='Ddt6G'></sub></form><legend id='Ddt6G'></legend><bdo id='Ddt6G'><pre id='Ddt6G'><center id='Ddt6G'></center></pre></bdo></b><th id='Ddt6G'></th></span></q></dt></tr></i><div id='Ddt6G'><tfoot id='Ddt6G'></tfoot><dl id='Ddt6G'><fieldset id='Ddt6G'></fieldset></dl></div>
                <legend id='Ddt6G'><style id='Ddt6G'><dir id='Ddt6G'><q id='Ddt6G'></q></dir></style></legend>
                  <tbody id='Ddt6G'></tbody>
                • <small id='Ddt6G'></small><noframes id='Ddt6G'>

                • 本文介绍了DbGeography.PointFromText() 为日本抛出“纬度值必须在 -90 到 90 度之间"的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  Google 告诉我日本的纬度/经度值为 (36,138),但 .NET 会抛出错误

                  Google tells me that Japan's lat/long values are (36,138) but .NET throws the error

                  24201:纬度值必须在 -90 到 90 度之间.

                  有什么想法吗?

                  推荐答案

                  我遇到了和你一样的问题,我在使用 DbGeography.PointFromText("Point(lat lng)") 的时候拉特&lng 参数应该反过来.完整的答案是这样的:

                  I have had the same issue as you, I was using DbGeography.PointFromText("Point(lat lng)") when the lat & lng arguments are expected the other way around. The complete answer is this:

                  // From Google, Japan's latitude: 36; longitude: 138
                  var lat = 36;
                  var lng = 138;
                  var location = DbGeography.PointFromText($"Point({lng} {lat})");
                  

                  这篇关于DbGeography.PointFromText() 为日本抛出“纬度值必须在 -90 到 90 度之间"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:谷歌地理定位 API 库 下一篇:C#的纬度和经度边界框?

                  相关文章

                  • <bdo id='vNtMy'></bdo><ul id='vNtMy'></ul>

                    1. <i id='vNtMy'><tr id='vNtMy'><dt id='vNtMy'><q id='vNtMy'><span id='vNtMy'><b id='vNtMy'><form id='vNtMy'><ins id='vNtMy'></ins><ul id='vNtMy'></ul><sub id='vNtMy'></sub></form><legend id='vNtMy'></legend><bdo id='vNtMy'><pre id='vNtMy'><center id='vNtMy'></center></pre></bdo></b><th id='vNtMy'></th></span></q></dt></tr></i><div id='vNtMy'><tfoot id='vNtMy'></tfoot><dl id='vNtMy'><fieldset id='vNtMy'></fieldset></dl></div>

                    2. <legend id='vNtMy'><style id='vNtMy'><dir id='vNtMy'><q id='vNtMy'></q></dir></style></legend>
                    3. <small id='vNtMy'></small><noframes id='vNtMy'>

                      <tfoot id='vNtMy'></tfoot>