Open Street Map (pyproj). How to solve syntax issue?
问题 Using pyproj for visualizing open street map and getting the following error: > AppData\Local\Programs\Python\Python36-32\lib\site-packages\pyproj\crs.py:77: > FutureWarning: '+init=<authority>:<code>' syntax is deprecated. > '<authority>:<code>' is the preferred initialization method. return > _prepare_from_string(" ".join(pjargs)) The program runs but spits out a map that is blank. There's not much I could find on google. What is this and how to fix it? See code snippet below: ##Create map