copetit / whereareyou

for our family
1 stars 1 forks source link

Google Map APIでMain画面に地図を表示したい #14

Closed shhwan closed 3 years ago

shhwan commented 3 years ago

必ず

できれば

→ ここの内容をプルリク出してから気づきました。量が多いので現在地表示は別のissueにします。

copetit commented 3 years ago

[TODO] dummyで練馬駅の情報を入れたら

    // location (nerima station)
    const location = new LocationInfo();
    location.lat = 35.73805386139952;
    location.lng = 139.6538817110336;

多分DBに小数点は切り捨てられているようなので修正が必要。

[{"id":1,"lat":36,"lng":140}]
copetit commented 3 years ago

APIの呼び出しに苦戦したが、http-proxy-middlewareを使うことでなんとかreact側で呼び出すことができた https://mebee.info/2020/03/27/post-8155/#outline__4 https://bbangaro.tistory.com/8

ちなみにpackage.jsonにproxyを入れることは効かなかった https://ichi.pro/react-nodejs-apuri-o-dockerize-shite-aws-ec-2-ni-depuroi-suru-suta-to-appu-whei-pa-to-1-197469025351755

axioasのheaderを使うのも効かなかった

headers: {"Access-Control-Allow-Origin": "*"}