From: Stefan F. <ste...@we...> - 2010-03-10 10:28:11
|
A very simple idea: Just let the map displaying class figuring out what are the min(letter) and min(numbers) are, and then start displaying from those rows/columns. I would avoid an additional (double) mapping for that reason. Stefan On Wednesday 10 March 2010 00:21:17 brett lentz wrote: > On Tue, Mar 9, 2010 at 3:17 PM, Erik Vos <eri...@xs...> wrote: > > I have a very sketchily working version of 1825 Unit 1 but most of the > > more complex pre-printed tiles are not correct since they aren't in > > the tile database, the map has a massive blank spot from row A down to > > row R since Unit 1 starts row numbering later in the alphabet, and the > > stock rounds don't even remotely work correctly...so I haven't made a > > lot of progress but I'm happy to share what little I have done! > > > > [EV] If you send me your XML, I can use it as test material to fix the > > map display. > > I think we'll need some extra parameter like firstLetter="R" or such > > like. As for the missing tiles, I can create these. I do have 1825U1, but > > a list of what you found missing would be helpful. > > Or we can just divorce the text displayed by the map from the internal > grid numbering and just maintain a mapping. > > ---Brett. > > --------------------------------------------------------------------------- >--- Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Rails-devel mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-devel |