Changes between Version 8 and Version 9 of FAQ


Ignore:
Timestamp:
Jan 27, 2009, 10:45:54 AM (15 years ago)
Author:
jmckenna
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v8 v9  
    4343    This topic has surfaced a few times on the mailing list, here are some threads. My own recollection is that an XML map file would make !MapServer more complex for little benefit, and that other functionality is higher up on the wish list. But if you think you know why the map file should be XML, you can always have another try convincing people.
    4444 
    45     * http://mapserver.gis.umn.edu/data2/wilma/mapserver-users/0005/msg00057.html
    46     * http://mapserver.gis.umn.edu/data2/wilma/mapserver-users/0010/msg00161.html
     45    * http://n2.nabble.com/XML-Mapfiles...-are-we-looking-to-far--td1997366.html#a1997366
    4746    * http://trac.osgeo.org/mapserver/ticket/266
    4847
     
    5352    Add the following to your symbols. The GIF should of course be an existing file.
    5453    Disclaimer: This north arrow always points up. If you use some weird projection, where north isn't straight up (does such a projection exist?), you will have to do something else.
    55 
     54{{{
    5655    SYMBOL
    5756      NAME "n_arrow"
     
    5958      IMAGE "images/nordpil6.gif"
    6059    END
    61 
     60}}}
    6261    Add this layer and adjust the feature points to your map size
    63 
     62{{{
    6463    LAYER
    6564        NAME "n_arrow"
     
    7675        END
    7776    END
     77}}}
     78== I'm using Windows 2003 and see a Load Symbol error ==
    7879
    79 I'm using Windows 2003 and see a Load Symbol error
     80    if you get this error:
    8081
    81     if you get this error - " loadsymbol().Unable to access file. Parsing error near(your image path)"
     82{{{
     83loadsymbol().Unable to access file. Parsing error near(your image path)
     84}}}
    8285
    8386    * Check the path of your image
     
    8992    NOTE: If you are unable to see any other images then follow the same above procedure for you tmp folder and ref images.
    9093
    91 How do I Create a clickable Reference map?
     94== How do I Create a clickable Reference map? ==
    9295
    9396    make sure u have changed the image tag to input tag
    94 
     97{{{
    9598    <img name="ref" src="[ref]"> TO <input type="image" name="ref" src="[ref]" border="0">
    96 
     99}}}
    97100    this subtle difference makes the image clickable, as if its a form input
    98101
    99 How can I improve the documentation?
     102== How can I improve the documentation? ==
    100103
    101     * Extend the Wiki by adding content
     104    * Extend the [http://trac.osgeo.org/mapserver/wiki/ Wiki] by adding content
    102105    * Look up and answer FixMe questions or CategoryUnanswered topics.
    103106    * Patch the documentation.