Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] Help test, send us a cool map :-)

I have just encountered one of those nice bugs where you can tell us developers always start with a clean slate.
1. created a map ... pretty
2. closed the map
3. opened it again .. bursa wolf death

What I would like to do is assemble a small "samples" project that we can ship with udig, and will also serve as a good sanity check for developers when testing.

Attached is the "example" that was giving me trouble .. some nice color orthophotos.
Jody
<?xml version="1.0" encoding="UTF-8"?>
<net.refractions.udig.project.internal:Project xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:net.refractions.udig.project.internal="http:///net/refractions/udig/project/internal.ecore"; name="project">
  <elementsInternal xsi:type="net.refractions.udig.project.internal:Map" name="Karte3">
    <contextModel>
      <layers name="UA_ORTHO_300_06:USGS 133 Cities Orthophotos" catalogRef="http%3A%2F%2Fdemo.cubewerx.com%2Fcipi12%2Fcubeserv%2Fcubeserv.cgi%3Fservice%3Dwms%26request%3Dgetcapabilities%23UA_ORTHO_300_06%3AUSGS+133+Cities+Orthophotos-ID_SEP-net.refractions.udig.catalog.internal.wms.WMSServiceImpl.WMS_URL_KEY-KEY_VALUE_SEP-http://demo.cubewerx.com/cipi12/cubeserv/cubeserv.cgi?service=wms&amp;request=getcapabilities#UA_ORTHO_300_06:USGS 133 Cities Orthophotos" iD="http://demo.cubewerx.com/cipi12/cubeserv/cubeserv.cgi?service=wms&amp;request=getcapabilities#UA_ORTHO_300_06:USGS 133 Cities Orthophotos#UA_ORTHO_300_06:USGS 133 Cities Orthophotos" colourScheme="net.refractions.udig.ui.palette.ColourScheme@a50916" defaultColor="b">
        <styleBlackboard>
          <content iD="net.refractions.udig.printing.ui.locationStyle" memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xD;&#xA;&lt;styleEntry h=&quot;10&quot; w=&quot;200&quot; x=&quot;5&quot; y=&quot;15&quot;/>"/>
        </styleBlackboard>
      </layers>
    </contextModel>
    <layerFactory/>
    <viewportModelInternal cRS="GEOGCS[&quot;WGS 84&quot;, &#xD;   DATUM[&quot;WGS_1984&quot;, &#xD;     SPHEROID[&quot;WGS 84&quot;, 6378137.0, 298.257223563, AUTHORITY[&quot;EPSG&quot;,&quot;7030&quot;]], &#xD;     AUTHORITY[&quot;EPSG&quot;,&quot;6326&quot;]], &#xD;   PRIMEM[&quot;Greenwich&quot;, 0.0, AUTHORITY[&quot;EPSG&quot;,&quot;8901&quot;]], &#xD;   UNIT[&quot;degree&quot;, 0.017453292519943295], &#xD;   AXIS[&quot;Lon&quot;, EAST], &#xD;   AXIS[&quot;Lat&quot;, NORTH], &#xD;   AUTHORITY[&quot;EPSG&quot;,&quot;4326&quot;]]" bounds="-74.19917738144441,-74.12018015575573,39.74570574412986,39.81301611433275"/>
    <editManagerInternal/>
    <blackBoardInternal/>
  </elementsInternal>
</net.refractions.udig.project.internal:Project>

Back to the top