Ali Ashraf

Results 54 comments of Ali Ashraf

I couldnt get the code to work with opengl. If you find a way, plz share a solution. Thanks

You're right. Just checked the documentation, the startfile is Windows specific. For now, you can comment out the line and manually open the `UI\index.htm` in your browser. I've found a...

Thanks, that's a great idea. I'll keep this in mind for the next iteration.

The newest commit is decoupled from OS desktop (for compatibility with docker). It won't automatically open the browser anymore

Can you please share your code here? If you are using a map control, make sure that its max zoom isnt set

Just add your own link to the dropdown. Make sure that link is in a raster tile format of mapbox tileset

I don't think there's any specific core code that is desktop dependent. The file i/o methods are mostly just helper functions (except for loading mbtiles from file, using sqlite). I...

Hi guys. I've made a Mapbox GL JS port for .Net. Check out my newest project: https://github.com/AliFlux/MapboxNet/ ![3d](https://user-images.githubusercontent.com/8333794/56788014-b4e5b400-6817-11e9-93d9-db99d3d7fd89.png) I wanted to create a pure C# vector map, but it was...

I faced the same issue while developing this library. I initially used Microsoft Toolkit, which is basically a WebView that is based on Edge engine. Halfway through I realized that...

Some devs don't like references to `System.Windows.Forms` when they're working with WPF. For that reason I've made two different projects, one for WPF, other for WinForms. I'm thinking about making...