Skip to content

Commit

Permalink
promote id results in all layers
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddewie committed Aug 1, 2024
1 parent c7950c5 commit ebc5be5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions proxy/js/styles.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -902,41 +902,49 @@ const sources = {
type: 'vector',
url: `${origin}/railway_line_low`,
attribution,
promoteId: 'id',
},
standard_railway_text_stations_low: {
type: 'vector',
url: `${origin}/standard_railway_text_stations_low`,
attribution,
promoteId: 'id',
},
openrailwaymap_med: {
type: 'vector',
url: `${origin}/railway_line_med`,
attribution,
promoteId: 'id',
},
standard_railway_text_stations_med: {
type: 'vector',
url: `${origin}/standard_railway_text_stations_med`,
attribution,
promoteId: 'id',
},
openrailwaymap_standard: {
type: 'vector',
url: `${origin}/standard`,
attribution,
promoteId: 'id',
},
openrailwaymap_speed: {
type: 'vector',
url: `${origin}/speed`,
attribution,
promoteId: 'id',
},
openrailwaymap_signals: {
type: 'vector',
url: `${origin}/signals`,
attribution,
promoteId: 'id',
},
openrailwaymap_electrification: {
type: 'vector',
url: `${origin}/electrification`,
attribution,
promoteId: 'id',
},
openrailwaymap_gauge: {
type: 'vector',
Expand Down

0 comments on commit ebc5be5

Please sign in to comment.