Free cookie consent management tool by TermsFeed Policy Generator

source: branches/RoutePlanning/HeuristicLab.Problems.RoutePlanning/3.3/Osm/TagConstants.cs @ 8290

Last change on this file since 8290 was 8290, checked in by spimming, 12 years ago

#1984: core data types for osm graphs implemented

File size: 149 bytes
Line 
1
2namespace HeuristicLab.Problems.RoutePlanning.Osm {
3  public class TagConstants {
4    public const string HighwayTagKey = "highway";
5  }
6}
Note: See TracBrowser for help on using the repository browser.