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/03/28 02:42] tgwikiupdate |
map_suite_world_map_kit_sdk_all_samples [2016/09/23 14:47] (current) benbai |
||
---|---|---|---|
Line 23: | Line 23: | ||
==== OSM World Map Kit Extractor ==== | ==== OSM World Map Kit Extractor ==== | ||
<div screenshot> | <div screenshot> | ||
- | {{worldmapkitsdk:codesamples:Osm World Map Kit Extractor.png?300x180}} | + | {{worldmapkitsdk:codesamples:wmkdataextractor.png?300x180}} |
</div> | </div> | ||
<div content> | <div content> | ||
Line 30: | Line 30: | ||
{{filehistory:world_map_kit_sdk_editionsample_osmworldmapkitextractor_cs_150226.zip|C# Download}} | {{filehistory:world_map_kit_sdk_editionsample_osmworldmapkitextractor_cs_150226.zip|C# Download}} | ||
</div> | </div> | ||
- | The World Map Kit Data Extractor allows you to create new smaller subsets from the World Map Kit SQLite master database. You simply specify the bounding box for the new area then it will create a new SQLite database for that regions. There are options to preserve high level data allowing you to keep higher extent features, about 700 meg of data, such as the world, countries, high level roads etc. as a backdrop to the cut out area. If you choose not to preserve the high level data the tool crosscuts every layer leaving you with the smallest dataset possible. The tool works with multiple projections but does not re-project. Specifying the srid allows you to configure your bounding box in decimal degrees regardless of the source database projection. We will consider enhancing the tool to support projection based on feedback. | + | The World Map Kit Data Extractor allows you to create new smaller subsets from the World Map Kit SQLite master database. You simply specify the bounding box (or a shape file) for the new area then it will create a new SQLite database for that regions. There are options to preserve high level data allowing you to keep higher extent features, about 700 meg of data, such as the world, countries, high level roads etc. as a backdrop to the cut out area. If you choose not to preserve the high level data the tool crosscuts every layer leaving you with the smallest dataset possible. The tool works with multiple projections but does not re-project. Specifying the srid allows you to configure your bounding box in decimal degrees regardless of the source database projection. We will consider enhancing the tool to support projection based on feedback. This sample requires our SQLiteExtension assembly of version 9.0.379 or later. |
</div> | </div> | ||
</div> | </div> | ||
- | ====== Map Suite World Map Kit SDK All Samples ====== | + | ---- |
<div sampleitem> | <div sampleitem> | ||
- | ==== OSM World Map Kit Explorer ==== | + | ==== OSM World Map Kit Rendering Coverage Reporter ==== |
<div screenshot> | <div screenshot> | ||
- | {{worldmapkitsdk:codesamples:World_Map_Kit_Explorer.png?300x180}} | + | {{worldmapkitsdk:codesamples:osmwmkrenderingcoveragereporter.png.png?300x240}} |
</div> | </div> | ||
<div content> | <div content> | ||
<div download_viewsource_buttons> | <div download_viewsource_buttons> | ||
- | [[Source_Code_OsmWorldMapKitExplorer.zip|View Source]] | + | [[Source_Code_OsmWorldMapKitRenderingCoverageReporter.zip|View Source]] |
- | {{filehistory:World_Map_Kit_SDK_EditionSample_OsmWorldMapKitExplorer_CS_141213.zip|C# Download}} | + | {{filehistory:osmworldmapkitrenderingcoveragereporter_20160720.zip|C# Download}} |
</div> | </div> | ||
- | <div sample_otherlinks> | + | 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. |
- | [[Map Suite Samples Applies To|Applies To: MVC \ Web \ Wpf \ WebAPI]] | + | |
- | \\ | + | |
- | [[Map Suite Samples Alternate Languages | Need it in another language?]] | + | |
- | </div> | + | |
- | The World Map Kit Explorer is a tool that enables you to view the World Map Kit data using the WPF Edition complete with performance metrics. You can see the render times, fetch times, total bytes drawn along with total features drawn helping you visualize performance. It’s handy when determine if you want to remove various layers for performance reasons or to just get a good understanding of what is going on behinds the scenes. This project requires you have a full or evaluation version of the WPF Edition. | + | |
</div> | </div> | ||
</div> | </div> | ||
Line 56: | Line 51: | ||
---- | ---- | ||
<div sampleitem> | <div sampleitem> | ||
- | ==== OSM World Map Kit Extractor ==== | + | ==== OSM World Map Kit NAIP Data Downloader ==== |
<div screenshot> | <div screenshot> | ||
- | {{worldmapkitsdk:codesamples:Osm World Map Kit Extractor.png?300x180}} | + | {{worldmapkitsdk:naipdatadownloadutility.png?300x240}} |
</div> | </div> | ||
<div content> | <div content> | ||
<div download_viewsource_buttons> | <div download_viewsource_buttons> | ||
- | [[Source_Code_OsmWorldMapKitExtractor.zip|View Source]] | + | [[source_code_naipdatadownloadutility_cs_160922.zip|View Source]] |
- | {{filehistory:world_map_kit_sdk_editionsample_osmworldmapkitextractor_cs_150226.zip|C# Download}} | + | {{filehistory:world_map_kit_sdk_editionsample_naipdatadownloadutility_cs_160922.zip|C# Download}} |
</div> | </div> | ||
- | The World Map Kit Data Extractor allows you to create new smaller subsets from the World Map Kit SQLite master database. You simply specify the bounding box for the new area then it will create a new SQLite database for that regions. There are options to preserve high level data allowing you to keep higher extent features, about 700 meg of data, such as the world, countries, high level roads etc. as a backdrop to the cut out area. If you choose not to preserve the high level data the tool crosscuts every layer leaving you with the smallest dataset possible. The tool works with multiple projections but does not re-project. Specifying the srid allows you to configure your bounding box in decimal degrees regardless of the source database projection. We will consider enhancing the tool to support projection based on feedback. | + | 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> | ||
</div> | </div> | ||
- | |||