Ali Ashraf

Results 54 comments of Ali Ashraf

Hi, any update on this four year issue? Multiple entry-points are an absolute must in security perspective.

As @DanZeuss mentioned in #8249 > My intention with this implementation is to allow the user add multiple entry points assuming that it’s going to generate separate bundles for each...

P.S. It works perfectly fine if I replace drawCanvas with drawImage. But the svg is rasterized

I ended up modifying the code to remove the fork. Turns out, fork is just used to make the command prompt responsive to keyboard interrupts. Removing that also makes this...

@TAlecksen, please do share your work if you come across any solution. I've the same issue, and trying to use ScaleTransform but it's tricky and only limited to WPF.

Hi. Can you please share some URLs that can be tested for this?

That probably appeared after some dependency update. You can use WKT instead of Proj if your library doesn't support it, they are better suited for CRS More information here: https://inbo.github.io/tutorials/tutorials/spatial_crs_coding/

Work is already in progress at [this branch](https://github.com/maptiler/epsg.io/tree/10)

The following formats can be used in this version of epsg.io: ``` 'wkt', 'wkt2', 'esriwkt', 'json', 'proj4', 'js', 'mapfile', 'mapnik', 'mapserverpython', 'mapnikpython', 'geoserver', 'sql' ``` A new JSON format is...

Hi, yes the project is still under maintenance. Currently there's no way to get information source from existing APIs. In future the APIs will be updated and this support will...