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/03/28 07:32]
johnnyz
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 128: Line 129:
   * Sample code: [[https://​github.com/​ThinkGeo/​ThinkGeoCloudVectorMapsSample-ForWinforms|ThinkGeoCloudVectorMapsSample-WinForms]] for [[map_suite_desktop_for_winforms|Map Suite Desktop For WinForms]]   * Sample code: [[https://​github.com/​ThinkGeo/​ThinkGeoCloudVectorMapsSample-ForWinforms|ThinkGeoCloudVectorMapsSample-WinForms]] for [[map_suite_desktop_for_winforms|Map Suite Desktop For WinForms]]
   * 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: [[notexist|ThinkGeoCloudVectorMapsSample-WebForms]] for [[map_suite_web_for_webforms|Map Suite Web For WebForms]] +  * Sample code: [[https://​github.com/​ThinkGeo/​SpatialQueryThinkGeoVectorMapsSample-ForWpf|SpatialQueryThinkGeoVectorMapsSample-WPF]] for [[map_suite_desktop_for_wpf|Map Suite Desktop ​For WPF]] 
-  * Sample code: [[notexist|ThinkGeoCloudVectorMapsSample-MVC]] for [[map_suite_web_for_mvc|Map Suite Web For MVC]]+  * 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 162: Line 165:
  
 Coming soon Coming soon
- 
 </​code>​ </​code>​
  
-Web Sample:+  * [[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/​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: ​
 <code csharp> <code csharp>
  
 Coming soon Coming soon
- 
 </​code>​ </​code>​
  
-Mobile Sample: ​+  * [[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/​ThinkGeoMBTilesMapsSample-ForAndroid|ThinkGeoMBTilesMapsSample-Android]] for [[map_suite_mobile_for_android|Map Suite Mobile for Android]] 
 + 
 +Web Sample:
 <code csharp> <code csharp>
  
 Coming soon Coming soon
- 
 </​code>​ </​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.1553758355.txt.gz · Last modified: 2019/03/28 07:32 by johnnyz