Skip to content

Releases: makeling/PartiallyUpateArcGISVectorTilesTools

Partially Upate ArcGIS Vector Tiles Toolbox 3.1.0

21 Sep 08:49
Compare
Choose a tag to compare

Release Notes

Create Advanced Vector Tile Package Tool

Create Part Vector Tile Package

  • Adding all coordinate system supporting basing on XML file previously generated on ArcGIS Pro UI
  • At the same time, keep supporting our advanced vector tile package

Partially Upate ArcGIS Vector Tiles Toolbox 2.1.1

13 Aug 07:49
Compare
Choose a tag to compare

Release Notes

Create Part Vector Tile Package

  • Added new logical to calculate affected bundle extent in each level to avoid vector tile lost
  • New function - calculate_affected_indexes_layer(AOI, index_polygon)
  • Perfectly maintained spatial relationship internal
  • Obsoleted parameter LOD, which now is calculated automatically
  • Automatically removed intermediate data and workspace
  • some typo in comments fixed

Partially Upate ArcGIS Vector Tiles Toolbox 2.1.0

13 Aug 07:42
Compare
Choose a tag to compare

Release Notes

Create Part Vector Tile Package

  • Added new logical to calculate affected bundle extent in each level to avoid vector tile lost
  • New function - calculate_affected_indexes_layer(AOI, index_polygon)
  • Perfectly maintained spatial relationship internal
  • Obsoleted parameter LOD, which now is calculated automatically
  • Automatically removed intermediate data and workspace

Partially Upate ArcGIS Vector Tiles Toolbox 1.1.0

20 Jul 09:35
Compare
Choose a tag to compare

Release Notes

Create Advanced Vector Tile Package Tool

    1. Replace arcpy.AddMessage() with arcpy.AddError() so to let the tool throw an exception automatically
    1. Optimized Error handling mechanism in Function createVtpkIndexAndPackage()
    1. Fixed wrong error text during to old Error Handling logic

Create Part Vector Tile Package

    1. Repalced print() with arcpy.AddError() to make the tool more informational
    1. Added error reporting when the partial vector tile index has no feature
    1. Optimized Error handling mechanism in Function create_partial_vtpk()
    1. Added LOD user defined parameter to this Tool and Updated tool UI
    1. Added timeStamp to the name of the new partial index polygons to keep the name unique

Partially Upate ArcGIS Vector Tiles Toolbox 1.0.0

20 Jul 01:56
Compare
Choose a tag to compare

Partially Update ArcGIS Vector Tiles Toolbox is based on ArcGIS Pro (version 2.0 or later), which is desktop end program that supports creating Vector Tile Package. This toolbox enables you to update vector tile package or services partially when the source data is in a pretty large amount.