Skip to content
#

tile

Here are 287 public repositories matching this topic...

eishiya
eishiya commented May 28, 2021

The Tile Collision Editor currently always uses the theme's default panel background colour, even if the Tileset has a background colour set. One of the main uses for the Tileset background colour is to make tiles more visible regardless of theme colour, and it's a shame to be missing that in the Tile Collision Editor, where readability and precision are often very important.

I think the backgr

AntonGrekov
AntonGrekov commented Oct 18, 2020

I am sorry, that might not be a bug, but i am stucked :( Was trying to google or find more info on that problem for 2 days.
I have an http get method in my project that returns an array of objects like this:

[ 
    {title: "Title1", id: 5, city: "City1"},
    {title: "Title2", id: 3, city: "City2"},
...
]
myStream$ = this.http.get('/api/getData')

http is a casual Angular Http

vincentsarago
vincentsarago commented May 7, 2021

link: https://github.com/milesgranger/pyrus-cramjam

right now we have to install brotli dependency and use default middleware which is not customizable (ref developmentseed/titiler#268)

I think we could create a simple middleware which support zlib and brotli using pyrus-cramjam and also add a path filter as we've done in https://github.com/developmentseed/ti

Improve this page

Add a description, image, and links to the tile topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tile topic, visit your repo's landing page and select "manage topics."

Learn more