ruoxianss
Results
2
issues of
ruoxianss
shapefile .open(vectorUrl + '.shp?r=' + r, vectorUrl + '.dbf?r=' + r, { encoding: 'utf-8' }) //这里防止乱码,可以用encoding来指定文件的编码。 .then((source) => source.read().then(function log(result) { if (result.done) { vectorLayer.setSource(vectorSource); return; } // result.value don't...
### What is the bug? CreateCodedFieldDomain function, which is not included in C# Binding. OS : Windows 11 x64 GDAL : 3.8.4 x64 (GIS Internals Binary MSVC 2022) ### Steps...
enhancement
csharp bindings