User Tools

Site Tools


thinkgeo_cloud_maps_vector_tiles

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
thinkgeo_cloud_maps_vector_tiles [2019/04/01 07:50]
johnnyz [From Map Suite UI Controls]
thinkgeo_cloud_maps_vector_tiles [2019/05/07 08:53] (current)
tgwikiupdate
Line 81: Line 81:
  
 <code javascript>​ <code javascript>​
-    <link rel="​stylesheet"​ href="​https://​cdn.thinkgeo.com/​vectormap-js/​2.0.2/​vectormap.css"></​link>​ +    <link rel="​stylesheet"​ href="​https://​cdn.thinkgeo.com/​vectormap-js/​3.0.0/​vectormap.css"></​link>​ 
-    <script src="​https://​cdn.thinkgeo.com/​vectormap-js/​2.0.2/​vectormap.js"></​script>​+    <script src="​https://​cdn.thinkgeo.com/​vectormap-js/​3.0.0/​vectormap.js"></​script>​
 </​code>​ </​code>​
  
Line 93: Line 93:
  
 <code javascript>​ <code javascript>​
-    var worldstreetsStyle = "​https://​cdn.thinkgeo.com/​worldstreets-styles/​1.0.0/​light.json"; ​   ​+    var worldstreetsStyle = "​https://​cdn.thinkgeo.com/​worldstreets-styles/​3.0.0/​light.json"; ​   ​
     var worldstreets = new ol.mapsuite.VectorTileLayer(worldstreetsStyle, ​     var worldstreets = new ol.mapsuite.VectorTileLayer(worldstreetsStyle, ​
         {         {
Line 101: Line 101:
         layers: [worldstreets],​         layers: [worldstreets],​
         target: '​map',​         target: '​map',​
 +        renderer: '​webgl',​
         view: new ol.View({         view: new ol.View({
             center: [-10775718.490585351,​ 3868389.0226015863],​             center: [-10775718.490585351,​ 3868389.0226015863],​
             zoom: 4,             zoom: 4,
-            maxResolution:​ 40075016.68557849 / 512,+            maxResolution:​ 40075016.68557849 / 512
         }),         }),
     });     });
Line 129: Line 130:
   * Sample code: [[https://​github.com/​ThinkGeo/​ThinkGeoCloudVectorMapsSample-ForWpf|ThinkGeoCloudVectorMapsSample-WPF]] for [[map_suite_desktop_for_wpf|Map Suite Desktop For WPF]]   * Sample code: [[https://​github.com/​ThinkGeo/​ThinkGeoCloudVectorMapsSample-ForWpf|ThinkGeoCloudVectorMapsSample-WPF]] for [[map_suite_desktop_for_wpf|Map Suite Desktop For WPF]]
   * Sample code: [[https://​github.com/​ThinkGeo/​SpatialQueryThinkGeoVectorMapsSample-ForWpf|SpatialQueryThinkGeoVectorMapsSample-WPF]] for [[map_suite_desktop_for_wpf|Map Suite Desktop For WPF]]   * Sample code: [[https://​github.com/​ThinkGeo/​SpatialQueryThinkGeoVectorMapsSample-ForWpf|SpatialQueryThinkGeoVectorMapsSample-WPF]] for [[map_suite_desktop_for_wpf|Map Suite Desktop For WPF]]
-  * Sample code: [[https://​github.com/​ThinkGeo/​ThinkGeoCloudVectorMapsSample-ForWebApi|ThinkGeoCloudVectorMapsSample-WebApi]] for [[map_suite_desktop_for_webapi|Map Suite Desktop For WebApi]]+  * Sample code: [[https://​github.com/​ThinkGeo/​ThinkGeoMBTilesMapsSample-ForWpf|ThinkGeoMBTilesMapsSample-WPF]] for [[map_suite_desktop_for_wpf|Map Suite Desktop For WPF]]
   * Sample code: [[https://​github.com/​ThinkGeo/​ThinkGeoCloudVectorMapsSample-ForiOS|ThinkGeoCloudVectorMapsSample-iOS]] for [[map_suite_mobile_for_ios|Map Suite Mobile For iOS]]   * Sample code: [[https://​github.com/​ThinkGeo/​ThinkGeoCloudVectorMapsSample-ForiOS|ThinkGeoCloudVectorMapsSample-iOS]] for [[map_suite_mobile_for_ios|Map Suite Mobile For iOS]]
 +  * Sample code: [[https://​github.com/​ThinkGeo/​ThinkGeoMBTilesMapsSample-ForiOS|ThinkGeoMBTilesMapsSample-iOS]] for [[map_suite_mobile_for_ios|Map Suite Mobile For iOS]]
   * Sample code: [[https://​github.com/​ThinkGeo/​ThinkGeoCloudVectorMapsSample-ForAndroid|ThinkGeoCloudVectorMapsSample-Android]] for [[map_suite_mobile_for_android|Map Suite Mobile for Android]]   * Sample code: [[https://​github.com/​ThinkGeo/​ThinkGeoCloudVectorMapsSample-ForAndroid|ThinkGeoCloudVectorMapsSample-Android]] for [[map_suite_mobile_for_android|Map Suite Mobile for Android]]
 +  * Sample code: [[https://​github.com/​ThinkGeo/​ThinkGeoMBTilesMapsSample-ForAndroid|ThinkGeoMBTilesMapsSample-Android]] for [[map_suite_mobile_for_android|Map Suite Mobile for Android]]
 +  * Sample code: [[https://​github.com/​ThinkGeo/​ThinkGeoCloudVectorMapsSample-ForWebApi|ThinkGeoCloudVectorMapsSample-WebApi]] for [[map_suite_web_for_webapi|Map Suite Desktop For WebApi]]
  
  
Line 165: Line 169:
   * [[https://​github.com/​ThinkGeo/​ThinkGeoCloudVectorMapsSample-ForWinforms|ThinkGeoCloudVectorMapsSample-WinForms]] for [[map_suite_desktop_for_winforms|Map Suite Desktop For WinForms]]   * [[https://​github.com/​ThinkGeo/​ThinkGeoCloudVectorMapsSample-ForWinforms|ThinkGeoCloudVectorMapsSample-WinForms]] for [[map_suite_desktop_for_winforms|Map Suite Desktop For WinForms]]
   * [[https://​github.com/​ThinkGeo/​ThinkGeoCloudVectorMapsSample-ForWpf|ThinkGeoCloudVectorMapsSample-WPF]] for [[map_suite_desktop_for_wpf|Map Suite Desktop For WPF]]   * [[https://​github.com/​ThinkGeo/​ThinkGeoCloudVectorMapsSample-ForWpf|ThinkGeoCloudVectorMapsSample-WPF]] for [[map_suite_desktop_for_wpf|Map Suite Desktop For WPF]]
 +  * [[https://​github.com/​ThinkGeo/​SpatialQueryThinkGeoVectorMapsSample-ForWpf|SpatialQueryThinkGeoVectorMapsSample-WPF]] for [[map_suite_desktop_for_wpf|Map Suite Desktop For WPF]]
 +  * [[https://​github.com/​ThinkGeo/​ThinkGeoMBTilesMapsSample-ForWpf|ThinkGeoMBTilesMapsSample-WPF]] for [[map_suite_desktop_for_wpf|Map Suite Desktop For WPF]]
  
 Mobile Sample: ​ Mobile Sample: ​
Line 173: Line 179:
  
   * [[https://​github.com/​ThinkGeo/​ThinkGeoCloudVectorMapsSample-ForiOS|ThinkGeoCloudVectorMapsSample-iOS]] for [[map_suite_mobile_for_ios|Map Suite Mobile For iOS]]   * [[https://​github.com/​ThinkGeo/​ThinkGeoCloudVectorMapsSample-ForiOS|ThinkGeoCloudVectorMapsSample-iOS]] for [[map_suite_mobile_for_ios|Map Suite Mobile For iOS]]
 +  * [[https://​github.com/​ThinkGeo/​ThinkGeoMBTilesMapsSample-ForiOS|ThinkGeoMBTilesMapsSample-iOS]] for [[map_suite_mobile_for_ios|Map Suite Mobile For iOS]]
   * [[https://​github.com/​ThinkGeo/​ThinkGeoCloudVectorMapsSample-ForAndroid|ThinkGeoCloudVectorMapsSample-Android]] for [[map_suite_mobile_for_android|Map Suite Mobile for Android]]   * [[https://​github.com/​ThinkGeo/​ThinkGeoCloudVectorMapsSample-ForAndroid|ThinkGeoCloudVectorMapsSample-Android]] for [[map_suite_mobile_for_android|Map Suite Mobile for Android]]
 +  * [[https://​github.com/​ThinkGeo/​ThinkGeoMBTilesMapsSample-ForAndroid|ThinkGeoMBTilesMapsSample-Android]] for [[map_suite_mobile_for_android|Map Suite Mobile for Android]]
 +
 +Web Sample:
 +<code csharp>
 +
 +Coming soon
 +</​code>​
 +
 +  * [[https://​github.com/​ThinkGeo/​ThinkGeoCloudVectorMapsSample-ForWebApi|ThinkGeoCloudVectorMapsSample-WebApi]] for [[map_suite_web_for_webapi|Map Suite Web for WebApi]]
 +
thinkgeo_cloud_maps_vector_tiles.1554105008.txt.gz · Last modified: 2019/04/01 07:50 by johnnyz