in the OruxMaps atlas creator implementation. There you can perform any checks you want and throw an AtlasTestException if something is wrong. The message will be shown as JOptionPane error message dialog.
See for example GoogleEarthOverlay or MagellanRmp - they have testAtlas implemented for map checking before the atlas creatoon starts.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
patch
A check should be easy to implement by overriding the method
protected void testAtlas() throws AtlasTestException
in the OruxMaps atlas creator implementation. There you can perform any checks you want and throw an AtlasTestException if something is wrong. The message will be shown as JOptionPane error message dialog.
See for example GoogleEarthOverlay or MagellanRmp - they have testAtlas implemented for map checking before the atlas creatoon starts.
Hi, r_x
Have you seen the attached patch?
orux
Sorry, seems like I missed this one. Now it has been applied.