Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
titleExample geomap config for using orthographic projection
<geoMap>
            <geoDatum>WGS 1984</geoDatum>
            <projection>orthographic</projection>
            <defaultExtent id="NW halfrond">
                <left>-90</left>
        <right>5</right>
        <right>5<<top>90</right>top>
        <bottom>0</bottom>
    </defaultExtent>
     <top>90</top><extraExtent id="Europa">
        <left>-2</left>
        <bottom>0<<right>25</bottom>right>
        <top>75</top>
        <bottom>30</bottom>
    </defaultExtent>extraExtent>
    <extraExtent id="Nederland">
       <scaleBarVisible>true< <left>2</scaleBarVisible>left>
        <right>6</right>
        <northArrowVisible>true<<top>54</northArrowVisible>top>
        <bottom>50</bottom>
    </extraExtent>
    <labelsVisible>true<<scaleBarVisible>true</labelsVisible>scaleBarVisible>
    <northArrowVisible>true</northArrowVisible>
    <labelsVisible>true</labelsVisible>
    <backgroundColor>dark slate blue</backgroundColor>
            <esriShapeLayer id="World">
                <file>cntry98</file>
                <geoDatum>WGS 1984</geoDatum>
                <visible>true</visible>
                <lineColor>black</lineColor>
                <fillColor>dark olive green</fillColor>
            </esriShapeLayer>
    
    </esriShapeLayer>
    <gridLayer/>
            <esriShapeLayer id="World (overlay)">
                <file>cntry98</file>
                <geoDatum>WGS 1984</geoDatum>
                <visible>true</visible>
                <lineColor>black</lineColor>
                <opaquenessPercentage>0</opaquenessPercentage>
            </esriShapeLayer>
        </geoMap>


The above config example of using a orthographic projection will result in the below picture. In this picture the GFS precipitation forecast is combined with isolines of airpressure.

...