<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;"><div>Devs,</div><div><br></div><div>Currently raster tile indexes support multiple source types, ogr, db connections, etc. I just tried to do this with a vector tileindex and got that it has to be a shapefile. I see this in the code:</div><div><br></div><div><div>    if(tlp->connectiontype != MS_SHAPEFILE) {</div><div>      msSetError(MS_SHPERR, "Tileindex layer must be a shapefile.", "msTiledSHPOpenFile()");</div><div>      return(MS_FAILURE);</div><div>    }</div></div><div><br></div><div>Do vector tileindexes only support shapefiles or is this just an old check that’s never been removed?</div><div><br></div><div>Mike</div><div><br></div><div><div><div><div>-- </div><div>Michael Smith</div></div><div>Remote Sensing/GIS Center</div><div>US Army Corps of Engineers</div></div></div><div><br></div><div><br></div></body></html>