Jivan Amara
Jivan Amara
@singram7, @ARolek, I understand mapbox only supports 3857. What other map clients beyond mapbox are being used w/ tegola making additional projections requested from the client side useful?
I updated Deg2Num() & Num2Deg(), but @jamesyarrington's suggestion that things like this be caught at the time of tile creation also makes a lot of sense, perhaps time for a...
Why a reload endpoint instead of reloading when the config file has changed?
@gdey, I second @ARolek's interest in mentioning the specific parsers. The only ones that come to mind are the wkb/wkt processing.
@gdey, @ARolek So `Extent()` & `BufferedExtent()` should return [4]float64? https://github.com/go-spatial/tegola/blob/v0.7.0/provider/provider.go#L16
Related to #210
Note to self, looking more closely at the config processing should shed some light on: https://github.com/terranodo/tegola/blob/issue-161_geopackage_provider/provider/gpkg/gpkgProvider.go#L379
It looks to me like it's over-generalized. Something with each of the steps already coded in the importer & named would result in configs like: config = ['layerName'] or config...
That looks a lot easier to maintain, especially for adding steps without disturbing previously created ones. Good work :-) A link to where these are being put to use would...
On 12/20/2016 10:31 AM, Joe Meilinger wrote: > > When uploading a file to process, long filenames (specifically those > > 64 characters long) yield |value too long for type...