We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a3401d commit 0afaf0eCopy full SHA for 0afaf0e
1 file changed
src/config/constants.js
@@ -19,7 +19,7 @@ export const isOfficialOSM = osmUrl === 'https://www.openhistoricalmap.org';
19
export const apiOSM =
20
process.env.REACT_APP_OSM_API || 'https://api.openhistoricalmap.org/api/0.6';
21
export const adiffServiceUrl =
22
- process.env.REACT_APP_ADIFF_SERVICE_URL || 'https://adiffs.openhistoricalmap.org';
+ process.env.REACT_APP_ADIFF_SERVICE_URL || 'https://s3.us-east-1.amazonaws.com/planet-staging.openhistoricalmap.org/ohm-augmented-diffs';
23
24
export const whosThat =
25
'https://whosthat.osmz.ru/whosthat.php?action=names&id=';
0 commit comments