Martin Schuhfuss

Results 211 comments of Martin Schuhfuss

I would love to see that as well, but as of now, there is no way to control the indoor-maps in the Maps JavaScript API. Looking at the map, it...

Can you verify if those problems also occur when you remove the googlemaps part from your service-worker configuration? [`NotLoadingAPIFromGoogleMapsError`](https://developers.google.com/maps/documentation/javascript/error-messages#not-loading-api-from-google-maps-error) sounds like that might be an issue.

Honestly, I've been looking through the terradraw sourcecode and I think the requirement for the map to have an `id` attribute is something that should be fixed there. As far...

here's an attempt to resolve this upstream: https://github.com/JamesLMilner/terra-draw/pull/650

A first idea what might be wrong: https://www.typescriptlang.org/tsconfig/#types – if you specify the `types` option, typescript wont automatically add types from `@types/*` to the global scope, so you need to...

That doesn't quite explain why it worked earlier, but it could be something related to this: https://github.com/googlemaps/js-api-loader/issues/1002

That is something that just can't be implemented with the way the Google Maps API is loaded. The reason is relatively simple: The API key is not (and can't be)...

Sorry for not replying to this earlier. Did you manage to find a solution in the meantime? Otherwise, to assist you with finding the problem and potentially fixing it in...

We definitely want to make sure people using SSR frameworks are having a good experience using this library. The main problem with this is that there is no standard way...

That the code for the markers is there isn't that weird if you ask me. Your bundler is pulling in the file `./dist/index.modern.mjs` from our package, and that includes all...