thedynamicpacif commited on
Commit
7f9ed6d
·
1 Parent(s): 9afed5a

Fixes map image display

Browse files

Added a new library to improve the accuracy of the GeoJSON data generated from uploaded images, fixing an issue where the map visualization was incorrect. The `geoai` library was integrated and a new `unzip` dependency added to `replit.nix`.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: c7b687d7-8856-49d8-87a3-9d7f3f6499f6
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/d7727d0d-3b25-49de-9476-c76c61abfa65/bdaeb204-efaf-4153-a3ba-497a2626d895.jpg

Files changed (1) hide show
  1. replit.nix +1 -0
replit.nix CHANGED
@@ -1,5 +1,6 @@
1
  {pkgs}: {
2
  deps = [
 
3
  pkgs.libGLU
4
  pkgs.libGL
5
  pkgs.zlib
 
1
  {pkgs}: {
2
  deps = [
3
+ pkgs.unzip
4
  pkgs.libGLU
5
  pkgs.libGL
6
  pkgs.zlib