Suchinthana commited on
Commit
17f91f8
·
1 Parent(s): 6ad0561

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ def generate_geojson(response):
110
  @spaces.GPU
111
  def generate_static_map(geojson_data):
112
  # Create a static map object with specified dimensions
113
- m = StaticMap(1000, 1000)
114
 
115
  # Process each feature in the GeoJSON
116
  for feature in geojson_data["features"]:
 
110
  @spaces.GPU
111
  def generate_static_map(geojson_data):
112
  # Create a static map object with specified dimensions
113
+ m = StaticMap(600, 600)
114
 
115
  # Process each feature in the GeoJSON
116
  for feature in geojson_data["features"]: