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 0afaf0e commit df5e9b5Copy full SHA for df5e9b5
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://s3.us-east-1.amazonaws.com/planet-staging.openhistoricalmap.org/ohm-augmented-diffs';
+ process.env.REACT_APP_ADIFF_SERVICE_URL || 'https://s3.us-east-1.amazonaws.com/planet.openhistoricalmap.org/ohm-augmented-diffs';
23
24
export const whosThat =
25
'https://whosthat.osmz.ru/whosthat.php?action=names&id=';
0 commit comments