microsoft / satellite-imagery-labeling-tool

This is a lightweight web-interface for creating and sharing vector annotations over satellite/aerial imagery scenes.
MIT License
262 stars 31 forks source link

Drawn shapes not visibile when using GeoTIFF #16

Closed markmnl closed 1 year ago

markmnl commented 1 year ago

I can see the Number of shapes counter increasing but the shapes are not visible while drawing or after drawing.

Steps to reproduce:

Maybe something to do wtih z index ?

rbrundritt commented 1 year ago

The Azure Maps team made a major change to how they style their vector tiles and broke a core feature of the SDK. Sadly they don't appear to plan on fixing this. I checked in a workaround last week, but see that there are several other related issues that I'm looking into now.

rbrundritt commented 1 year ago

I just checked in another fix. See if that resolves your issue.

rbrundritt commented 1 year ago

You might have to press CTRL+F5 to get the latest script files to load in the browser.

markmnl commented 1 year ago

updated and getting:

atlas.min.js:55  Error: _baseTranistLayer is not defined
    at atlas.min.js:55:17497

now, you can see here: https://ufooptix.org/label/labeler.html, I'm taking a look..

rbrundritt commented 1 year ago

I just pushed a fix. I was a bit too quick with the first fix.