Yermo Lamers

Results 93 comments of Yermo Lamers

+1 on this. I want to intercept click events on HTML map markers while being able to access the markers location. I've worked around this using a DOM event listener...

Reading the GeoJSON spec it looks to me like the correct way to do this would be to implement support for Feature and FeatureCollection. WPT's in GPX would then map...

@tristanidoux With the release of Angular 13 the patch no longer works and it seems the whole file structure has changed. Any thoughts on how to get ifdef-loader working with...

FWIW, I have created a patch for @angular-devkit/build-angular/@ngtools/webpack that seems to work: https://gist.github.com/Yermo/22143234bce8e9ab7a4711f7069f5178

I am working on getting you the logs. I am unfamiliar with Flutter. Is there a migration path for a Typescript/Angular app to Flutter? Initial searches seem to indicate Dart...

How do you prefer the logs provided to you? adb logcat is very verbose and I'm not sure what you would like to see.

I just noticed the debugging instructions. Sorry about not noticing that. I turned on verbose log messages. I started the app, started tracking, killed the app, and restarted it, confirming...

Put it in a or tag or similar. -- Yermo On 09/10/2014 11:56 AM, Andrew Chan wrote: > Hi Yermo, if you get a chance to read this, is it...

Good point. It'd a bad example. Add something to your value field so you can identify which is which. I usually have the value use an array format such as...

For example try changing the demo, instead of changing the source itself: { label: 'tag1', value: { value: {type: 'tag',value:'tag1'}, content: 'Tag1' } },