|
@ -20,7 +20,7 @@ function MapFeedScreen(props) { |
|
|
const markers = useMarkers(hasToQuery); |
|
|
const markers = useMarkers(hasToQuery); |
|
|
|
|
|
|
|
|
// console.log(markers);
|
|
|
// console.log(markers);
|
|
|
const map_scale = 0.005; |
|
|
|
|
|
|
|
|
const map_scale = 0.003; |
|
|
const lat_long_delta = { |
|
|
const lat_long_delta = { |
|
|
latitudeDelta: map_scale, |
|
|
latitudeDelta: map_scale, |
|
|
longitudeDelta: map_scale * (screen_width / screen_height), |
|
|
longitudeDelta: map_scale * (screen_width / screen_height), |
|
|