#23988 closed enhancement (fixed)
Enable Authorize now (Fully automatic) button for OpenHistoricalMap endpoints
Reported by: | Rub21 | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 24.10 |
Component: | Core | Version: | |
Keywords: | Cc: | 1ec5 |
Description
Hey JOSM team,
There are some issues with logging into OpenHistoricalMap in JOSM. Currently, JOSM is hardcoded for https://www.openhistoricalmap.org/api, but some users have been trying to use the alternative API endpoint, https://api.openhistoricalmap.org/api. but it did not work, Is there a possibility to add this alternative API endpoint as well? ir order to activate the "Authorize now (Fully automatic)" button for login.
issue reported: https://github.com/OpenHistoricalMap/issues/issues/901
I’ve been testing this the following peace of code on my local setup JOSM and works well for both https://www.openhistoricalmap.org/api and https://api.openhistoricalmap.org/api at this line:
case "https://www.openhistoricalmap.org/api": case "https://api.openhistoricalmap.org/api": // clientId provided by 1ec5 (Minh Nguyễn) clientId = "Hl5yIhFS-Egj6aY7A35ouLOuZl0EHjj8JJQQ46IO96E"; clientSecret = null; break;
could be possible to add the line case "https://api.openhistoricalmap.org/api":
?
Attachments (0)
Change History (2)
comment:1 by , 3 weeks ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 3 weeks ago
Milestone: | → 24.10 |
---|
In 19253/josm: