Andrey P.

Results 18 comments of Andrey P.

I getting the same error, using latest `1.0.17` UMMM version, running it on clean Windows 7 SP1 x64 system. The application is VB6 compiled `exe` file, which uses several ActiveX...

I use clean system for further testing Registration-Free COM. I have only compiled `exe` in `CAB` with dependencies (`dll` and `ocx`). There actually was no `TLBINF32.DLL` in that clean system...

It will be also nice to make the assembly project targeting `netstandard2.0`, `net452` and maybe older frameworks. _(Made it in [my own fork](https://github.com/apdevelop/websocket-sharp), but such Nuget from author would be...

It could be achieved using custom implementation of `getFeatureInfo` function: ```javascript L.WMS.Source.MySource = L.WMS.Source.extend({ 'getFeatureInfo': function (point, latlng, layers, callback) { // It can be passed somehow, using options object,...

> And I guess the potential issue applies only cases where the file is directly read from disk Yes, it applies to the `.MapCompressionModule()` -> `getFile()` call chain. I can...

Do you mean serving Vector Tiles (using `ST_AsMVTGeom` and `ST_AsMVT` functions) from PostGIS database source?

> > 😀 yes . Well, it looks like interesting feature, but with several limitations: - serving vector (`.mvt`) tiles only through `xyz` endpoint - need separate Web client (`Leaflet`...

Basic implementation added in ecbca45191b1a3fdc069e565020f7a79889ca71a

This project implements currently very basic features of tile server The support for more formats is planned [Support for more formats (vector tiles)](https://github.com/apdevelop/tile-map-service-net5#todos)

The basic support for serving `pbf` vector tiles from `MBTiles` source was added https://github.com/apdevelop/tile-map-service-net5/commit/5874443d1e4f7859e4756b08e9d2bff7aacd1e28 For further development I need to understand usage scenarios (client types) and variety of real datasets.