Skip to content

Commit

Permalink
Merge pull request #810 from hotosm/feat-projectlist-map
Browse files Browse the repository at this point in the history
Feat projectlist map
  • Loading branch information
varun2948 authored Sep 7, 2023
2 parents e2c5e83 + 67b0b93 commit 0f2f0dd
Show file tree
Hide file tree
Showing 14 changed files with 566 additions and 254 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:
- POSTGRES_PASSWORD=${FMTM_DB_PASSWORD:-fmtm}
- POSTGRES_DB=${FMTM_DB_NAME:-fmtm}
ports:
- "5433:5432"
- "5438:5432"
networks:
- fmtm-dev
restart: unless-stopped
Expand Down
36 changes: 19 additions & 17 deletions src/frontend/fmtm_openlayer_map/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/frontend/fmtm_openlayer_map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"css-minimizer-webpack-plugin": "^5.0.0",
"env-cmd": "^10.1.0",
"ol": "^7.2.2",
"ol": "^7.5.2",
"ol-layerswitcher": "^4.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
Loading

0 comments on commit 0f2f0dd

Please sign in to comment.