Skip to content

Commit

Permalink
Updated server to work with map legend types
Browse files Browse the repository at this point in the history
  • Loading branch information
dsarda committed Sep 22, 2024
1 parent 546de95 commit eaa2b0b
Show file tree
Hide file tree
Showing 6 changed files with 175 additions and 14,272 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Then you can launch the server using:
$ python server.py &> server.out &
```

which will launch the server on port `9543` as a background process. Note that the server connects to the database using the configuration specified in: `dev_macrostrat.json`, which currently just contains dummy data but should be replaced with actual connection information to connect to macrostrat DB.
which will launch the server on port `9543` as a background process. Note that to properly launch the server, the environment variables `uri`, and `macrostrat_xdd_schema_name` must be set to the proper values.

Once the server is launched you can make a request to the server using:

Expand Down
7 changes: 0 additions & 7 deletions macrostrat_db_insertion/dev_macrostrat.json

This file was deleted.

158 changes: 0 additions & 158 deletions macrostrat_db_insertion/id_maps/lith_att_id_map.json

This file was deleted.

114 changes: 0 additions & 114 deletions macrostrat_db_insertion/id_maps/lith_id_map.json

This file was deleted.

Loading

0 comments on commit eaa2b0b

Please sign in to comment.