| 119 | return { lat, lng }; |
| 120 | } |
| 121 | |
| 122 | interface WeatherViewProps { |
| 123 | activeField: Field | null; |
| 124 | selectedFields: Field[]; |
| 125 | allFields?: Field[]; |
| 126 | } |
| 127 | |
| 128 | const GEE_ANALYTICS_CACHE_KEY = "gee-analytics-cache"; |
nothing calls this directly
no outgoing calls
no test coverage detected