# Local TMS Tiles

**URL:** https://discuss.elastic.co/t/local-tms-tiles/94393
**Category:** Kibana
**Created:** [July 24, 2017, 9:11pm UTC](https://discuss.elastic.co/t/local-tms-tiles/94393 "2017-07-24T21:11:59Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![raziel1492](https://avatars.discourse-cdn.com/v4/letter/r/76d3ee/32.png) [@raziel1492](https://discuss.elastic.co/u/raziel1492)
#### Post date: [July 24, 2017, 9:11pm UTC](https://discuss.elastic.co/t/local-tms-tiles/94393/1 "2017-07-24T21:11:59Z")

</div>

I've just started looking at Kibana's visualization feature to assist my team. I am curious if there is a way to access a local TMS repo (not being served out, but tiles on the local machine). I use a tool called Global Mapper to generate the tiles for offline rendering. The result is a directory structure of png's (exe Test/1/1/0.png) and an XML files defining the structure. (See example below)

\< source type="TMS" \>  
\< name \>Test \< /name \>  
\< FileExt \> png \< /FileExt ? \>  
\< LatLonBounds \> -180,-85.0511287798,180,85.0511287798 \< /LatLonBounds \>  
\< NumZoomLevels \> 3 \< /NumZoomLevels \>  
\< TileSize \> 1024 \< /TileSize \>  
\< BaseURL \> file:///C:/share/User/Test/ \< /BaseURL \>  
\< NativeProj \> EPSG:3857 \< /NativeProj \>  
\< /source \>  
\< /source\_list \>

I attempted to work with the kibana.yml to configure this to use my local TMS tiles, but could not get it to work. Looking though the forums I see nothing on this specific topic either. I can get a WMS to render just fine from the USGS/OSM, etc.. The reasoning behind this is because I need to run where I do not have an internet connection, and I do not want to stand up a geoserver or mapserver, etc...

Thanks.

---

<div class="post-metadata">

### Author: ![Joe\_Fleming](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/joe_fleming/32/3561_2.png) [@Joe\_Fleming](https://discuss.elastic.co/u/Joe_Fleming)
#### Post date: [July 24, 2017, 10:01pm UTC](https://discuss.elastic.co/t/local-tms-tiles/94393/2 "2017-07-24T22:01:23Z")

</div>

If you have flat files in the expected directory structure already, then you could probably just start a static file server and point to that. Any tile source needs to be a URL though, Kibana won't read tiles from any other type of source.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [August 21, 2017, 10:01pm UTC](https://discuss.elastic.co/t/local-tms-tiles/94393/3 "2017-08-21T22:01:34Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
