gregholst
gregholst
Had the same issue, but with Python 3.9 and running on Ubuntu 20.04. Maybe installing unixodbc-dev: `sudo apt install unixodbc-dev` helps for you as well. See here: https://stackoverflow.com/questions/71383153/pyodbc-legacy-install-failure-in-ubuntu-python-3-9/72935800#72935800
I wonder if "Improve this map" could also be translated? So far I haven't seen any option to achieve this. Is it possible?
I solved this by directly referring to the map: ``` import React, { useState, useEffect, useRef, useCallback } from "react"; const mapRef = useRef(null); const onMapLoad = useCallback(() => {...
@anjaliD-syn try these properties, they work for me: ``` touchZoomRotate={true} touchPitch={false} dragRotate={false} ```
@anjaliD-syn that is strange, for me rotation with fingers is not possible on my mobile phone (Android / Firefox). However, I can't see any other property that seems related. What...
"So in order to create the multi step form several of these functional components would be added to the list." This is an example of a multi-step form with such...
@YinDongFang You are right, it is not a bug, but my fault. Thanks for explaining. I would still be interested why you recommended step 2? It seems to work also...