go-spatial / tegola

Tegola is a Mapbox Vector Tile server written in Go
http://tegola.io/
MIT License
1.28k stars 194 forks source link

Data Provider - Dgraph #763

Open nick-phillips-dev opened 3 years ago

nick-phillips-dev commented 3 years ago

Hi All, I'm thinking about creating a data provider for dgraph. Does this make sense for this project? I'm using dgraph for other aspects of the project and that will be the source of all the geojson data.

Thanks! Nick

ARolek commented 3 years ago

@hyprnick I think that would be a really cool data provider to add! We have a long-running issue to add support for GeoJSON files but it was never built out. In order to implement a new provider, take a look at:

https://github.com/go-spatial/tegola/blob/671145575009ce69728c1f1b0551bbb6d40911f2/provider/provider.go#L108-L114

Let me know if you have any questions as you look at the interface.

rookiefront commented 1 year ago

It hasn't been done yet

ARolek commented 1 year ago

@front-ck996 that's correct. Are you interested in this provider?

rookiefront commented 1 year ago

@ARolek I like it very much, I need a Tile server with geoJSON generating PNG,It hasn't been solved yet

ARolek commented 1 year ago

@front-ck996 tegola is a vector tile server and does not do any raster.