This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
map_suite_world_map_kit_sdk_all_samples [2016/07/20 19:44] ryanduan |
map_suite_world_map_kit_sdk_all_samples [2016/09/23 14:47] (current) benbai |
||
---|---|---|---|
Line 38: | Line 38: | ||
==== OSM World Map Kit Rendering Coverage Reporter ==== | ==== OSM World Map Kit Rendering Coverage Reporter ==== | ||
<div screenshot> | <div screenshot> | ||
- | {{worldmapkitsdk:codesamples:osmwmkrenderingcoveragereporter.png?300x240}} | + | {{worldmapkitsdk:codesamples:osmwmkrenderingcoveragereporter.png.png?300x240}} |
</div> | </div> | ||
<div content> | <div content> | ||
<div download_viewsource_buttons> | <div download_viewsource_buttons> | ||
[[Source_Code_OsmWorldMapKitRenderingCoverageReporter.zip|View Source]] | [[Source_Code_OsmWorldMapKitRenderingCoverageReporter.zip|View Source]] | ||
- | {{filehistory:worldmapkitsdk:codesamples:osmworldmapkitrenderingcoveragereporter_20160720.zip|C# Download}} | + | {{filehistory:osmworldmapkitrenderingcoveragereporter_20160720.zip|C# Download}} |
</div> | </div> | ||
The OSM World Map Kit Rendering Coverage Reporter is a small useful utility to go along with our OsmWorldMapKitLayer. The utility accepts an OsmWorldMapKitLayer.dll file and generates a table which shows which layers of the OSM World Map Kit are being displayed at which zoom levels in your OSMWorldMapKitLayer. This can help in deciding what data you need in order to display your desired zoom levels on a map. If you are modifying your OsmWorldMapKitLayer, you can use this to quickly see which layers you have changed or may want to change. The utility also allows you to generate a .csv file of the table. | The OSM World Map Kit Rendering Coverage Reporter is a small useful utility to go along with our OsmWorldMapKitLayer. The utility accepts an OsmWorldMapKitLayer.dll file and generates a table which shows which layers of the OSM World Map Kit are being displayed at which zoom levels in your OSMWorldMapKitLayer. This can help in deciding what data you need in order to display your desired zoom levels on a map. If you are modifying your OsmWorldMapKitLayer, you can use this to quickly see which layers you have changed or may want to change. The utility also allows you to generate a .csv file of the table. | ||
Line 49: | Line 49: | ||
</div> | </div> | ||
+ | ---- | ||
+ | <div sampleitem> | ||
+ | ==== OSM World Map Kit NAIP Data Downloader ==== | ||
+ | <div screenshot> | ||
+ | {{worldmapkitsdk:naipdatadownloadutility.png?300x240}} | ||
+ | </div> | ||
+ | <div content> | ||
+ | <div download_viewsource_buttons> | ||
+ | [[source_code_naipdatadownloadutility_cs_160922.zip|View Source]] | ||
+ | {{filehistory:world_map_kit_sdk_editionsample_naipdatadownloadutility_cs_160922.zip|C# Download}} | ||
+ | </div> | ||
+ | The OSM World Map Kit NAIP Data Downloader is a utility that will allow you to download the NAIP Imagery data within a given extent after purchased World Map Kit Imagery Data. It requires that you have an Amazon S3 Access Key,and that will be charged all transfer costs. | ||
+ | </div> | ||
+ | </div> | ||