Kuba Szostak

Results 8 issues of Kuba Szostak

Building GeoProcessing.sln raises error: OSMToolHelper.cs - '[OSMGPFactory](https://github.com/Esri/arcgis-osm-editor/blob/master/src/OSMGeoProcessing/OSMGPFactory.cs)' does not contain a definition for 'GetPythonArcGISInstallLocation' ```OSMGPFactory.GetPythonArcGISInstallLocation()``` is referenced by: - [OSMGeoProcessing/OSMToolHelper.cs#L2973](https://github.com/Esri/arcgis-osm-editor/blob/b312afa52abecf31b657a777c6a0bcef46eca6b6/src/OSMGeoProcessing/OSMToolHelper.cs#L2973) - [OSMGeoProcessing/OSMToolHelper.cs#L3079](https://github.com/Esri/arcgis-osm-editor/blob/b312afa52abecf31b657a777c6a0bcef46eca6b6/src/OSMGeoProcessing/OSMToolHelper.cs#L3079) - [OSMGeoProcessing/OSMToolHelper.cs#L3179](https://github.com/Esri/arcgis-osm-editor/blob/b312afa52abecf31b657a777c6a0bcef46eca6b6/src/OSMGeoProcessing/OSMToolHelper.cs#L3179) ![image](https://user-images.githubusercontent.com/4609437/92305205-5bea6c00-ef85-11ea-9005-ff8ee7645b09.png)

During executing DownloadExtractSymbolizeOSMData2 i got *The request was aborted: Could not create SSL/TLS secure channel* error. Can anyone help me with this issue? ![image](https://user-images.githubusercontent.com/4609437/91838660-1f013b00-ec4e-11ea-825a-7c2fe51d7600.png) ArcMap 10.6.1

According to v5.0 documentation *Bootstrap provides a version of Bootstrap built as ESM (bootstrap.esm.js and bootstrap.esm.min.js) which allows you to use Bootstrap as a module in your browser*. It's not...

js
help wanted

There are two parts of library. `NetTopologySuite.IO.Esri.Core` and `NetTopologySuite.IO.Esri`. The former provides forward-only readers and writers for Esri shapefiles. It is vanilla .NET Standard 2.0 library without any dependencies. The...

Handle 2GB shapefile limits. > There is a 2 GB size limit for any shapefile component file, which translates to a maximum of roughly 70 million point features. The actual...

According to [dBASE documentation](https://www.dbase.com/Knowledgebase/faq/dBASE_Limits_FAQ.html) the limit of character fields is `254`. The same limit is stated in [Esri documentation](https://support.esri.com/en-us/knowledge-base/what-are-some-of-the-dbf-limitations-inherited-by-arcim-000007920). However there are shapefiles generate by third party software, that don't...

This change allow writing shapefiles containing null attributes. However, it doesn't work when all features have a null value. In this case the field type cannot be detected correctly. To...

It looks like the Web Mercator projection is not available in the `ProjectionsRegistry.TypeRegistry` dictionary. For example, following code throws "_Projection Mercator_Auxiliary_Sphere is not supported._" exception. ```cs public static void CheckProjection_Mercator_Auxiliary_Sphere...