drguilhermeapolinario commited on
Commit
48004ad
·
verified ·
1 Parent(s): 6d7f281

Update views/maps.py

Browse files
Files changed (1) hide show
  1. views/maps.py +1 -1
views/maps.py CHANGED
@@ -38,7 +38,7 @@ def load_data():
38
  """
39
  A function that loads and reads geojson data for UBS Flamengo and converts it to the specified coordinate reference system.
40
  """
41
- return gpd.read_file("views\\flamengo_ibge2022.geojson").to_crs(epsg=4326)
42
 
43
  gdf = load_data()
44
  LATITUDE = -19.971591804
 
38
  """
39
  A function that loads and reads geojson data for UBS Flamengo and converts it to the specified coordinate reference system.
40
  """
41
+ return gpd.read_file("flamengo_ibge2022.geojson").to_crs(epsg=4326)
42
 
43
  gdf = load_data()
44
  LATITUDE = -19.971591804