Andrew Calcutt

Results 187 comments of Andrew Calcutt

I've been thinking a bit about the use case where you give tileserver a mbtiles file but do not give it a config. In that case it uses the built...

maybe something CC0 licensed for a default icon, like https://uxwing.com/map-pin-icon/

I was also thinking I wonder if the icons should be more like sprites so you could use a single image like https://github.com/sigma-geosistemas/Leaflet.awesome-markers/blob/master/dist/images/markers-matte.png with multiple colors in one file. Not...

> I've looked over it and am good with it. > > Regarding default markers: for what it's worth my old branch has a default marker that can be colorized...

What did you think of https://github.com/maptiler/tileserver-gl/pull/619#issuecomment-1279773329 , adding a default icon path and maybe a default, open license, icon.

that sounds fine to me. I'll merge this.

EDIT: nevermind, fixed it with https://github.com/maptiler/tileserver-gl/pull/631 Hey @benedikt-brandtner-bikemap , I noticed this after I merged, but would it be possible to make a PR that changes `import pkg from 'canvas';...

There is a PR to add marker support to static images here https://github.com/maptiler/tileserver-gl/pull/619 . Do you think that is something you could use? Any reviews of the PR are welcome.

https://github.com/maptiler/tileserver-gl/pull/619 has been merged, so there is now some basic marker support. Basically, you need to specify an 'icons' path in your config file. In this location you need to...

I've never done it it nginx, but maybe something like this https://github.com/maptiler/tileserver-gl/issues/195 Apache looked like this for me ``` ServerName tiles.foo.lan ServerAdmin [email protected] DocumentRoot /srv/www/virtual/tiles.foo.lan/ ErrorLog /var/log/apache2/tiles.foo.lan-error_log CustomLog /var/log/apache2/tiles.foo.lan-access_log combined...