Skip to content

Commit

Permalink
Added TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM committed Jun 6, 2024
1 parent 27b4d57 commit 6d642ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions IsraelHiking.DataAccess/WikidataGateway.cs
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ public async Task<List<IFeature>> GetByBoundingBox(Coordinate southWest, Coordin
feature.Attributes.AddOrUpdate(FeatureAttributes.NAME + ":" + languagesTitlesAndLinks[index].Language,
languagesTitlesAndLinks[index].Title);
var posix = index > 0 ? index.ToString() : string.Empty;
// HM TODO: website is with "_" instead of space.
feature.Attributes.AddOrUpdate(FeatureAttributes.WEBSITE + posix, languagesTitlesAndLinks[index].Link);
feature.Attributes.AddOrUpdate(FeatureAttributes.POI_SOURCE_IMAGE_URL + posix, WIKIDATA_LOGO);
}
Expand Down

0 comments on commit 6d642ee

Please sign in to comment.