The world map can point to the wrong URL
Review Request #61 - Created Dec. 22, 2010 and submitted
Merov Linden | Reviewers | ||
https://bitbucket.org/merov_linden/viewer-development-hackathon | viewer | ||
STORM-805 | |||
None | viewer-development |
Implements the processing of map-server-url correctly so not to overwrite the default value (which can still be useful if a grid does not implement map-server-url).
Posted (Dec. 23, 2010, 5:16 a.m.)
Looks good overall, I only have a minor point.
-
indra/newview/llstartup.cpp (Diff revision 1) -
Frankly speaking, I'm not a fan of adding another setting to only use it as a global variable. I would search for a more proper way, maybe adding get/setMapServerURL() methods to LLWorldMap. Perhaps a person more familiar with the world map code than me would suggest a better approach.
Other reviews