Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>If you're not going to purchase (or don't have access to) ESRI's <a href="http://www.esri.com/software/arcgis/arcgisengine/index.html" rel="nofollow noreferrer">ArcGIS Engine</a> product but still want to have a desktop application, your best bet is probably to use ESRI's free <a href="http://resources.esri.com/arcgisserver/apis/javascript/arcgis/index.cfm?fa=home" rel="nofollow noreferrer">JavaScript API</a> in conjunction with <a href="http://www.esri.com/software/arcgis/arcgisonline/map_services.html" rel="nofollow noreferrer">ArcGIS Online Map Services</a> (if you're going to use mapping internally or non-commercially, there's no charge for <em>most</em> of the data). For example, you could use the USA/World Bundle and gain access to satellite imagery, street information, etc.</p> <p>To view maps in a desktop application, simply host a web browser (such as the <a href="http://msdn.microsoft.com/en-us/library/system.windows.forms.webbrowser.aspx" rel="nofollow noreferrer">WebBrowser</a> control for .Net) on your form, then load the base map and layers via JavaScript API calls.</p> <p>However, you will also need some way to display map layers that are associated with your company as well. For that, you will need to look into <a href="http://www.esri.com/software/arcgis/arcgisserver/index.html" rel="nofollow noreferrer">ArcGIS Server</a>. It's not cheap, but it's a good way to host map information as well as perform queries against layers. If your users don't need to do any editing, you could probably get away with the Basic version.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload