Q&A - Question How to incorporpate the TatukGIS OpenStreetMap into a DK VCL project Question Crag Cox asked on June 07, 2018, keyword: Developer Kernel Can you offer advice on how to incorporate the TatukGIS OpenStreetMAp tiles into a DK VLC project? Thanks in advance Answers Tomasz Kosinski (TatukGIS) replied July 18, 2016 Hi, Use .ttkwp file attached to blog item (http://www.tatukgis.com/Blogs/General/July-2016/MapQuest-Open-Tiles-discontinued.aspx) Use file from samples data folder "Samples\WebServices\TatukGIS OpenStreetMaps Tiles.ttkwp" (version of DK must be at least 10.47.0.15594) You can just embed a path into your poject files like: [TatukGIS Layer1] Active=YES Visible=YES Caption=TatukGIS OpenStreetMaps Tiles (Test) CS.EPSG=3785 Name=tatukgis_osm Path=TatukGIS OpenStreetMaps Tiles (Test)\\n[TatukGIS Layer]\\nStorage=WEBTILES\\nType=TMS\\nname=tatukgis_osm\\nCaption=TatukGIS OpenStreetMaps Tiles (Test)\\nUrl1=http://test1.tileservers.tatukgis.com/osm/\\nUrl2=http://test2.tileservers.tatukgis.com/osm/\\nUrl3=http://test3.tileservers.tatukgis.com/osm/\\nUrl4=http://test4.tileservers.tatukgis.com/osm/\\nFormat=png\\nCopyright=(c) OpenStreetMap contributors, CC-BY-SA.\\n.ttkwp Lars replied August 31, 2016 Could you please show exactly how to add the TatukGIS OSM from a single path string? Tomasz Kosinski (TatukGIS) replied September 01, 2016 ll := GisCreateLayer( 'mylayer', 'WEBTILES\\nType=TMS\\nname=tatukgis_osm\\nCaption=TatukGIS OpenStreetMaps Tiles (Test)\\nUrl1=http://test1.tileservers.tatukgis.com/osm/\\nUrl2=http://test2.tileservers.tatukgis.com/osm/\\nUrl3=http://test3.tileservers.tatukgis.com/osm/\\nUrl4=http://test4.tileservers.tatukgis.com/osm/\\nFormat=png\\nCopyright=(c) OpenStreetMap contributors, CC-BY-SA.\\n.ttkwp' GIS.Add( ll ); ChrJ replied June 07, 2018 Hello, I'm using the TatukGIS Developer Kernel for .NET to display an OSM map through a project and a .ttkwp. The display in my application is very long. At each launch of the application it looks like we are reloading all the images and that we do not cache. It's much faster in a web application with open layer. How should I do to use the cache? If you would like to answer the question please Sign In. * * Stay signed in on this computer Please review our recent Privacy Policy.If you have any questions or requests, please contact us. Forgotten password Rules The Questions and Answers (Q & A) is intended to provide a means of communication between TatukGIS customers. Licensed users (with active maintenance play) of TatukGIS products may contribute to the Q & A content. Read-only access is available to anyone. Keep the content positive and professional. Be courteous to others by posting information when a question or issue asked on the Q & A is answered or resolved by other means (such as with help from TatukGIS technical support). Offer others at least a hint how the posted question was answered or the issue was resolved. The Q & A is not a replacement for TatukGIS technical support. TatukGIS team may or may not regularly follow or contribute content.