Recently at work, my colleagues and I were introduced to a new map type that one of our users saw on FiveThirtyEight—tile grid maps! I quickly searched Google images to see what she was talking about. Immediately we knew this was possible in Tableau, and I'm excited to share the steps...
Once the tile package is uploaded and published successfully, copy the URL of the tiled map service to add it as a basemap in the ArcGIS Online map viewer. This gives the ability to zoom in to the desired scale level set earlier. Refer to the following blog post,Using custom basemaps, ...
There are many great resources for creating and styling vector tilelayersand vector tile basemaps. You can even style your own bymodifying oneof Esri’s already-existing basemaps to match your desired style or brand. For those of you who like to design your own vector tile lay...
custom tile layer in Bing Maps Web Control and the Bing Maps for Windows Store Apps JavaScript map controls that is limited to a bounding box area and a zoom level range. Also, we will make it so that this tile layer can support tile services that use quadkey, x y and zoom, or boun...
Learn how to use the Spatial IO module provided by the Azure Maps Web SDK. This module provides robust features to make it easy for developers to integrate spatial data with the Azure Maps web SDK.
Explore the new tileset and style to get started building a map today. Share what you build on Twitter with #builtwithmapbox. Read Part 2 on how to create custom bathymetry tilesets with MTS. Like this article? Share it. Maps feature data from Mapbox © Mapbox, OpenStreetMap © ...
I submit to you the following example of what happens when you try to draw multiple vector tile layers that have their own symbols and labels in aweb map. As you can see in theBeforeimage, the subway lines, station icons, and station labels just dance all over the topographic bas...
to your tile service. While we are at it, we are going to add support for several different tile layer services. Some tile layers, like the base maps in Bing Maps, use a quadkey tile naming format, while others use an X, Y and zoom level value. Web Mapping Servic...
1. draw a square: 10mm x 10mm (for the purpose of this explanation) 2. Fill it with a 1(+1) colour gradient ( and a tint of that colour) you dont have to but end results better. 3. Then drag it into the symbols panel. (graphic when asked) 4. select the...
I have a device context, aka render target, and once I have [OUTPUT], I call DrawImage() to draw the effect graph to the render target. The render target is attached to a GPU-side bitmap that I can then present to the display or copy back to a CPU-side bitmap for storage or ...