Skip to content

Commit

Permalink
Revert "+ Live monitoring with Underpass"
Browse files Browse the repository at this point in the history
This reverts commit 27661dd.
  • Loading branch information
dakotabenjamin authored Mar 26, 2024
1 parent 8c2e92a commit ffab133
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 443 deletions.
2 changes: 0 additions & 2 deletions example.env
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,6 @@ TM_DEFAULT_LOCALE=en
# TM_SENTRY_BACKEND_DSN=https://foo.ingest.sentry.io/1234567
# TM_SENTRY_FRONTEND_DSN=https://bar.ingest.sentry.io/8901234

# Underpass API URL (for project live monitoring feature)
UNDERPASS_URL=https://underpass.hotosm.org

#EXPORT TOOL Integration with 0(Disable) and 1(Enable) and S3 URL for Export Tool
#EXPORT_TOOL_S3_URL=https://foorawdataapi.s3.amazonaws.com
Expand Down
1 change: 0 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"@formatjs/intl-relativetimeformat": "^11.2.4",
"@formatjs/macro": "^0.2.8",
"@hotosm/id": "^2.21.1",
"@hotosm/underpass-ui": "hotosm/underpass-ui",
"@hotosm/iso-countries-languages": "^1.1.2",
"@mapbox/mapbox-gl-draw": "^1.4.1",
"@mapbox/mapbox-gl-geocoder": "^5.0.1",
Expand Down
2 changes: 0 additions & 2 deletions frontend/src/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,6 @@ export const MAP_STYLE = MAPBOX_TOKEN
export const MAPBOX_RTL_PLUGIN_URL =
'https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-rtl-text/v0.2.0/mapbox-gl-rtl-text.js';

export const UNDERPASS_URL = process.env.REACT_APP_UNDERPASS_URL || 'https://underpass.hotosm.org';

export const DROPZONE_SETTINGS = {
accept: {
'image/*': ['.jpeg', '.jpg', '.png', '.webp', '.gif'],
Expand Down
37 changes: 0 additions & 37 deletions frontend/src/views/projectLiveMonitoring.css

This file was deleted.

Loading

0 comments on commit ffab133

Please sign in to comment.