Guillaume

Results 92 comments of Guillaume

No, we don't have any example in this repo. I was more thinking about a JSFiddle.

The quality is good! However, I notice that the map limits are way bigger than the map actual size. Did you trim your SVG to map limits before importing it...

As said in tutorial, it is fairly easy using Inkscape: > go to File > Document Properties > Resize page to content, and click on the “Resize page to drawing...

@meenanader, any update?

See neveldo/jQuery-Mapael/issues/313

I had the same issue. I was able to circumvent the problem by putting all Lazy import inside a specific file (`LazyComponents.ts` for instance) which exports everything, importing the relevant...

@jakubmisek I will need some pointers here. First, maybe we should override `PDOSqlServerDriver.TrySetAttribute()` and throw a `NotImplementedException` so it's clear what is missing? Next, I would need to support `SQLSRV_ATTR_ENCODING`...

> Edit: since we are running on top of .NET database abstraction, this might be already handled and you might ignore it? The thing is, our code uses `SQLSRV_ENCODING_SYSTEM` which...

> > > the question is; are the strings coming from SqlSrv API correctly? ~~Doesn't seems like it. If I put a breakpoint just after the `fetchAll()`, I can already...

@jakubmisek may I ask why .Net Standard 2.1 is needed here? What is blocking to implements this function?