This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
map_suite_wms_server_edition_quick_start_guide [2015/09/16 10:47] admin [Setting Up Your Environment] |
map_suite_wms_server_edition_quick_start_guide [2017/03/17 05:11] (current) tgwikiupdate |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Map Suite WMS Server Edition Quick Start Guide ====== | ====== Map Suite WMS Server Edition Quick Start Guide ====== | ||
+ | |||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
<div msgbox> | <div msgbox> | ||
Line 13: | Line 15: | ||
===== Download the Sample ===== | ===== Download the Sample ===== | ||
- | <faicon fa fa-download> {{:File:HelloWorld WMSServer.zip|Download Sample Code From This Exercise}} //(1.75 MB)// | + | <faicon fa fa-download fa-lg> {{filehistory:HelloWorld WMSServer.zip|Download Sample Code From This Exercise}} //(1.75 MB)// |
===== Setting Up Your Environment ===== | ===== Setting Up Your Environment ===== | ||
Line 112: | Line 114: | ||
===== Managing Your Plugins ===== | ===== Managing Your Plugins ===== | ||
- | Add the existing WmsPluginService Project where you can download it from <faicon fa fa-download> {{:File:WorldMapWmsService.zip|worldmapwms service}} to the "HelloWmsPlugin" solution we just created, as illustrated by the screenshot below. | + | Add the existing WmsPluginService Project where you can download it from <faicon fa fa-download> {{filehistory:WorldMapWmsService.zip|worldmapwms service}} to the "HelloWmsPlugin" solution we just created, as illustrated by the screenshot below. |
**Important Notes: You may need to delete the files within the ''WmsLayerPlugins'' folder to remove any existing plugins. Also, if you are using Windows 7 or Windows Server 2008, you may need to copy the WmsPluginService Project to another folder where you have permission to write; otherwise you may not be able to compile the project properly.** | **Important Notes: You may need to delete the files within the ''WmsLayerPlugins'' folder to remove any existing plugins. Also, if you are using Windows 7 or Windows Server 2008, you may need to copy the WmsPluginService Project to another folder where you have permission to write; otherwise you may not be able to compile the project properly.** | ||
Line 122: | Line 124: | ||
{{wmsserveredition:QSG_WMSServerEdition_Img07.png}} | {{wmsserveredition:QSG_WMSServerEdition_Img07.png}} | ||
- | Copy "HelloWmsPlugin.dll" to the //WmsPluginService\WmsLayerPlugins// folder (which is specified by <code>appSetting</code> in "Web.config"; feel free to change it if you prefer) and then the default page should look like the screenshot below: | + | Copy "HelloWmsPlugin.dll" to the //WmsPluginService\WmsLayerPlugins// folder (which is specified by ''appSetting'' in "Web.config"; feel free to change it if you prefer) and then the default page should look like the screenshot below: |
{{wmsserveredition:QSG_WMSServerEdition_Img08.png?800}} | {{wmsserveredition:QSG_WMSServerEdition_Img08.png?800}} | ||
Line 337: | Line 339: | ||
- All custom WmsPlugin DLLs need to be copied to a specified directory, which can be changed in the "Web.config" file. | - All custom WmsPlugin DLLs need to be copied to a specified directory, which can be changed in the "Web.config" file. | ||
- | <faicon fa fa-download> {{:File:HelloWorld WMSServer.zip|Download Sample Code From This Exercise}} //(1.75 MB)// | + | <faicon fa fa-download fa-lg> {{filehistory:HelloWorld WMSServer.zip|Download Sample Code From This Exercise}} //(1.75 MB)// |