[mkgmap-dev] class Numbers
From Gerd Petermann gpetermann_muenchen at hotmail.com on Mon Apr 20 08:23:32 BST 2015
Hi Steve, I am still struggling with the new structures for city/zip codes. We may add new fields like leftCity,rightCity,leftZip,rightZip to class Numbers, but I'd prefer to change the code completely. Instead of the left/right prefix I'd prefer to have class Numbers{ int start,end; NumberStyle style; CityInfo city; // class CityInfo contains fields city,region,country String zip; } and a higher class,e,g. class RoadNumbers{ int nodeNumber, rnodNumber ; // do we need both? Numbers left,right; } and finally in RoadDef: List<RoadNumbers> numbers; What do you think about that? Gerd -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.mkgmap.org.uk/pipermail/mkgmap-dev/attachments/20150420/3ab75e5a/attachment.html>
- Previous message: [mkgmap-dev] MapFailedException when parsing a commented line in text TYP file
- Next message: [mkgmap-dev] class Numbers
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the mkgmap-dev mailing list