Skip to content
#

tile

Here are 294 public repositories matching this topic...

bjorn
bjorn commented Jun 18, 2021

The Terrain Brush can fill full tiles by holding Control. It is mentioned in the manual, but it would be nice if this feature was easier to discover. Also some people may want this mode to be the default, so that they don't have to hold Control all the time.

I'd suggest we add a toggle button, or two buttons to switch between, to the toolbar for the Terrain Brush. It should allow changing the c

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

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