<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.ice-online.com/index.php?action=history&amp;feed=atom&amp;title=MAPDEMO</id>
	<title>MAPDEMO - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ice-online.com/index.php?action=history&amp;feed=atom&amp;title=MAPDEMO"/>
	<link rel="alternate" type="text/html" href="https://wiki.ice-online.com/index.php?title=MAPDEMO&amp;action=history"/>
	<updated>2026-04-09T17:47:21Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.1</generator>
	<entry>
		<id>https://wiki.ice-online.com/index.php?title=MAPDEMO&amp;diff=832&amp;oldid=prev</id>
		<title>ConvertBot: Demonstrates NeXtMidas Client-Side Mapping Capabilities</title>
		<link rel="alternate" type="text/html" href="https://wiki.ice-online.com/index.php?title=MAPDEMO&amp;diff=832&amp;oldid=prev"/>
		<updated>2020-04-27T22:05:11Z</updated>

		<summary type="html">&lt;p&gt;Demonstrates NeXtMidas Client-Side Mapping Capabilities&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Demonstrates NeXtMidas Client-Side Mapping Capabilities&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;URL&amp;gt;  - URL of the server to connect to [DEF=http://nextmidas.techma.com:...]&lt;br /&gt;
&amp;lt;TYPE&amp;gt; - Type of map server (&amp;quot;WMS&amp;quot;,&amp;quot;NMS&amp;quot;,&amp;quot;GMap&amp;quot;) [DEF=WMS]&lt;br /&gt;
&lt;br /&gt;
The NeXtMidas PLOT command supports connecting to several types of map servers.&lt;br /&gt;
These include:&lt;br /&gt;
&lt;br /&gt;
  WMS  - OpenGIS-compatible Web Map Server (WMS version &amp;quot;1.1.1&amp;quot; or &amp;quot;1.3.0&amp;quot;)&lt;br /&gt;
  NMS  - NeXtMidas Map Server (MAP option tree)&lt;br /&gt;
  GMap - Google Maps&lt;br /&gt;
&lt;br /&gt;
Of these the most full-featured (and newest) is the WMS client. It features&lt;br /&gt;
individual layer selection, layer reordering, style selection, brightness and&lt;br /&gt;
contrast. All of these are configurable from a macro or from an easy-to-use&lt;br /&gt;
popup.&lt;br /&gt;
&lt;br /&gt;
When the window comes up click the 'Configure' button to configure the WMS&lt;br /&gt;
maps. Note that, by default no maps are selected. Different WMS servers can&lt;br /&gt;
support numerous types of maps (charts, imagery, shape files, etc).&lt;br /&gt;
&lt;br /&gt;
The GMap and NMS servers use a protocol that is more limited and does not&lt;br /&gt;
provide the clients with the same level of control. These clients come up&lt;br /&gt;
with a default set of imagery that has few configuration options.&lt;br /&gt;
&lt;br /&gt;
For more information please see the PLOT explain file and please see the&lt;br /&gt;
mapdemo.mm macro in the MCR area of the SYS option tree.&lt;br /&gt;
&lt;br /&gt;
WebStart:&lt;br /&gt;
  There is a sample JNLP file that can be used to launch this macro from&lt;br /&gt;
  Java Web Start. The file is located at $NMROOT/htdocs/mapdemo.jnlp. You&lt;br /&gt;
  will need to edit the file with the following changes before using it:&lt;br /&gt;
&lt;br /&gt;
    (1) Change the &amp;quot;codebase&amp;quot; URL for the host server (line 17).&lt;br /&gt;
    (2) Change the &amp;quot;href&amp;quot; (relative to &amp;quot;codebase&amp;quot; or absolute URL) if the&lt;br /&gt;
        JNLP file is at a different location/name (line 18).&lt;br /&gt;
    (3) Change the URL for the map server in the argument tag enclosed within&lt;br /&gt;
        the application-desc tag (line 43).&lt;br /&gt;
&lt;br /&gt;
  For more details on using Java Web Start to launch a NeXtMidas application,&lt;br /&gt;
  please see the &amp;quot;NeXtMidas User's Guide&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
WMS Servers:&lt;br /&gt;
  There are a number of WMS servers available on the Internet, a few that&lt;br /&gt;
  are interesting include:&lt;br /&gt;
&lt;br /&gt;
    Fulton County Government (http://wms.co.fulton.ga.us/wms/public)&lt;br /&gt;
      - Maps of streets and zoning information for Atlanta, GA.&lt;br /&gt;
      - Need to zoom in closely on Atlanta before anything will show up.&lt;br /&gt;
&lt;br /&gt;
    Geography Network Canada (http://www.geographynetwork.ca/wmsconnector/&lt;br /&gt;
                               com.esri.wms.Esrimap/OBM_Full_I)&lt;br /&gt;
      - Maps of streets and public utilities around Toronto, ON.&lt;br /&gt;
      - Demonstrates connecting to an ESRI server.&lt;br /&gt;
      - Need to zoom in closely on Toronto before anything will show up.&lt;br /&gt;
&lt;br /&gt;
    NASA World Wind (http://wms.jpl.nasa.gov/wms.cgi)&lt;br /&gt;
      - Imagery of the world and elevation data.&lt;br /&gt;
      - Demonstrates connecting to a NASA World Wind server.&lt;br /&gt;
&lt;br /&gt;
    USGS EO see http://eoportal.cr.usgs.gov/EO/gis.php for updated URLs)&lt;br /&gt;
      - e.g. http://gisdata.usgs.gov/wmsconnector/com.esri.wms.Esrimap/&amp;amp;&lt;br /&gt;
               USGS_EDC_Ortho_StateLocal&lt;br /&gt;
&lt;br /&gt;
  To debug your WMS server and see it's capabilities, append the following to&lt;br /&gt;
  the WMS URL &amp;quot;?SERVICE=WMS&amp;amp;REQUEST=GetCapabilities&amp;quot; and open it in your browser&lt;br /&gt;
  to see an XML document. e.g.&lt;br /&gt;
  http://nextmidas.techma.com:8888/wms/mapServer?SERVICE=WMS&lt;br /&gt;
         &amp;amp;REQUEST=GetCapabilities&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
  1. Connect to OpenGIS-compatible Web Map Server (WMS):&lt;br /&gt;
       nM&amp;gt; mapdemo &amp;quot;http://nextmidas.techma.com:8888/wms/mapServer&amp;quot;&lt;br /&gt;
&lt;br /&gt;
  2. Connect to NASA's WMS server:&lt;br /&gt;
       nM&amp;gt; mapdemo &amp;quot;http://wms.jpl.nasa.gov/wms.cgi&amp;quot; &amp;quot;WMS&amp;quot;&lt;br /&gt;
&lt;br /&gt;
  3. Connect to NeXtMidas Map Server (NMS):&lt;br /&gt;
       nM&amp;gt; mapdemo &amp;quot;http://nextmidas.techma.com:8080/nms&amp;quot; &amp;quot;NMS&amp;quot;&lt;br /&gt;
&lt;br /&gt;
  4. Connect to OGC-compatible Web Map Server (WMS):&lt;br /&gt;
       nM&amp;gt; mapdemo &amp;quot;http://nextmidas.techma.com:8800/wms/&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Switches:&lt;br /&gt;
  /LOOK=&amp;lt;look&amp;gt;  Change the look and feel on startup (for use via WebStart).&lt;br /&gt;
&lt;br /&gt;
See Also: PLOT, nxm.sys.libg.LayerMap, nxm.sys.libg.LayerWMS&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:NXM_Explain]]&lt;/div&gt;</summary>
		<author><name>ConvertBot</name></author>
		
	</entry>
</feed>