[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

20051013: IDV: saving new map projections



>From: Stuart Wier <address@hidden>
>Organization: UNAVCO
>Keywords: 200510132007.j9DK7O7s012540

Hi Stu-

>When trying to save a new map projection there is an error window that says
>
>An error has occurred: Saving projections /ucar/unidata/apps/geon/projections.
> xml
>  (No such file or directory)
>
>I do not use a "/ucar/unidata?" path. How can I save a projection?

What does your default RBI file have for an entry for projections?
By default, the writable resource is the last loaded.  Usually
that is %USERPATH%/projections.xml.  If you want to save projections,
you'll need to include that as well as your default:

  <!-- The list of projection table xml files  -->
  <resources name="application.resource.projections">
    <resource location="%USERPATH%/projections.xml"/>
    <resource location="%APPPATH%/projections.xml"/>
  </resources>

(guessing that you are setting apppath to /ucar/unidata/apps/geon, or
that is where GeonIdv is located).  

Don Murray
NOTE: All email exchanges with Unidata User Support are recorded in the
Unidata inquiry tracking system and then made publicly available
through the web.  If you do not want to have your interactions made
available in this way, you must let us know in each email you send to us.