OpenHistoricalMap Americana - #1330
Draft
1ec5 wants to merge 28 commits into
Draft
Conversation
1ec5
force-pushed
the
1ec5-openhistoricalmap-1283
branch
2 times, most recently
from
January 30, 2026 09:51
9e8bd6d to
38ce64c
Compare
1ec5
force-pushed
the
1ec5-openhistoricalmap-1283
branch
from
January 30, 2026 19:28
f78a25c to
e8b28cd
Compare
1ec5
commented
Feb 1, 2026
Comment on lines
+4124
to
+4131
| shields["DE:BAB"] = hexagonVerticalShield( | ||
| 3, | ||
| Color.shields.blue, | ||
| Color.shields.white, | ||
| Color.shields.white, | ||
| 0, | ||
| 34 | ||
| ); |
Member
Author
There was a problem hiding this comment.
This implements the German Autobahn shield for #389. It’s OHM-specific for now because only OHM is consistently namespacing the network=* value with DE:. The corresponding routes in OSM are still tagged with an out-of-pattern network=BAB.
1ec5
commented
Feb 1, 2026
|
|
||
| // Poland | ||
| shields["PL:expressway"] = shields["PL:motorway"] = roundedRectShield( | ||
| shields["PL:A"] = shields["PL:S"] = roundedRectShield( |
Member
Author
There was a problem hiding this comment.
OHM is consistently tagging these roads based on their symbols instead of trying to map them to English keywords.
Member
Author
|
The community is compiling a list of more |
1ec5
force-pushed
the
1ec5-openhistoricalmap-1283
branch
2 times, most recently
from
February 25, 2026 00:47
7a3fa0d to
c344f05
Compare
1ec5
force-pushed
the
1ec5-openhistoricalmap-1283
branch
4 times, most recently
from
March 4, 2026 02:58
086e1fd to
30b0eb0
Compare
1ec5
force-pushed
the
1ec5-openhistoricalmap-1283
branch
2 times, most recently
from
March 24, 2026 09:59
c036bf5 to
3def448
Compare
1ec5
force-pushed
the
1ec5-openhistoricalmap-1283
branch
from
March 30, 2026 16:19
b0ba2bb to
d1dcff1
Compare
1ec5
force-pushed
the
1ec5-openhistoricalmap-1283
branch
from
April 30, 2026 23:59
d1dcff1 to
c992e34
Compare
1ec5
force-pushed
the
1ec5-openhistoricalmap-1283
branch
from
May 14, 2026 20:32
7f1a208 to
0b5b887
Compare
1ec5
force-pushed
the
1ec5-openhistoricalmap-1283
branch
4 times, most recently
from
June 6, 2026 01:05
e46253a to
f72c482
Compare
1ec5
force-pushed
the
1ec5-openhistoricalmap-1283
branch
from
June 23, 2026 05:02
f72c482 to
05cd5c5
Compare
1ec5
force-pushed
the
1ec5-openhistoricalmap-1283
branch
2 times, most recently
from
July 19, 2026 08:42
a833923 to
1612d29
Compare
1ec5
force-pushed
the
1ec5-openhistoricalmap-1283
branch
from
July 27, 2026 05:46
1612d29 to
46a9e7e
Compare
OHM tiles use an underscore instead of a colon for localized name properties.
Prefer route_road_*_network_wikidata fields over route_road_*_network fields. Aliased some shield definitions based on QIDs. Look up Wikidata metadata by QID.
1ec5
force-pushed
the
1ec5-openhistoricalmap-1283
branch
from
July 27, 2026 05:49
46a9e7e to
8edb5bf
Compare
1ec5
force-pushed
the
1ec5-openhistoricalmap-1283
branch
from
August 1, 2026 04:17
28e775c to
69e7f4c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replaced the OSMUS Tile Service and OpenMapTiles with the official OpenHistoricalMap tile server and tile schema. Installed Timescope and maplibre-gl-dates for time filtering.
This is still a proof of concept. No decision yet on whether to integrate this functionality into the main OSM Americana application or maintain it as a separate application specific to OHM. The design and tagging implications are being discussed in this forum thread.
Shortlist of to-do items:
route_*_*_network_wikidataproperties: blocked bynetwork:wikidatamissing from tiles OpenHistoricalMap/issues#1310route_lineslayer should indicate highway classification OpenHistoricalMap/issues#1272transport_linesshould exposeexpressway=*OpenHistoricalMap/issues#1321Fixes #1283.