Skip to content

Commit bb6699f

Browse files
AtmaManirohitgeo
authored andcommitted
Fixed bad links (Esri#80)
* Fix wrong location in comment * Merge dev branch into master for 0.2 Beta and Holistic Testing (Esri#24) * Updated publishing samples to reflect changes made to source code * Updated Publihing SDs, shp, csv samples to reflect latest API changes * Publisher sample updates - added samples for web maps and web scene (Esri#3) * Updated notebook title to match filename * Added a new sample to showcase publishing web maps and web scenes * Fixed credentials * Updated sample titled "Using and updating GIS content" (Esri#4) * Updated notebook title to match filename * Added a new sample to showcase publishing web maps and web scenes * Fixed credentials * Updated the sample with additional examples * Fixed credentials * Added an example for line featuers. Added some text explaining what smart mapping is * Additional widgets to minimize scrolling. Fixed geocoder usage following API update * Updated geocoder usage to match API updates * Updated the sample to match gp service update. Added a bit more text explaining the usage of gp tools (Esri#12) * Minor - updated sample to search for desired item to add instead of a fixed index (Esri#13) * GIS analysts - sample illustrating spatial analysis using ArcGIS Python API (Esri#14) * Initial commit * Furnished the sample with spatial analysis examples * Fixes for API changes. Added summary text and elaborated a few steps (Esri#15) * new sample to showcase big data anlaysis using NYC taxi example (Esri#16) * Updated hurricane tracks sample to match API changes (Esri#17) * Updated hurricane tracks sample to match API changes and added descriptive text * updated credentials * Updated sample to match API changes, added explanatory text (Esri#19) * clean up sample (Esri#18) * clean up sample (Esri#20) * Remove usage statistics notebook as the API isnt available This requires work on the portal backend as well as it does not yet support ASM. * bug fixes and added descriptive text (Esri#22) * synced raster product sample in 05 Content Publishers folder to match that in 04 GIS Analysts and Data Scientists (Esri#21) Thanks, @AtmaMani * Updated Overview page - updated sample TOC (Esri#23) * doc updates * apidoc update for 0.2 beta release * updated install instructions * Updated samples download link to point to v0.2-beta release (Esri#25) * fixed wrong import * fixed execution count * Use ReadTheDocs theme * api doc updates * gis doc update * clean up doc * bug fixes in clone portal sample * V101 updates (Esri#75) * v101 added a topic on masking passwords to the 'working with auth schemes' page * guide v101 added section showing how to use well-known raster functions * guide v101 - item2item relationships - added link to REST api showing a table of all possible relationship types * bug fixes for NYC taxi sample notebook * added install instructions from pro 1.4 * guide - getting started - name changes * guide - API overview - updated release notes for v1.0.1, naming changes * guide - 03 - naming changes * guide - 04 - naming changes * guide - 07 - naming changes * guide - landing page - naming changes * samples - naming changes * samples - added credentials * samples - switched to forward slash. Removed redundant thumbnail images * apidoc update * V101 publish packages & clone samples (Esri#77) * content and notebook demonstrating publishing of packages as web layers * added sample showing how to publish packages as web layers * updated clone portals sample * minor doc update - gis.map (Esri#79) * content and notebook demonstrating publishing of packages as web layers * added sample showing how to publish packages as web layers * updated clone portals sample * fix for Esri#76 * v101 fixed bad links
1 parent 54457cb commit bb6699f

182 files changed

Lines changed: 949 additions & 554 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

apidoc/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: b52c63a20f64c2356d9f53c4822acecf
3+
config: 570574ce345ca2ccdb50b2d3c4405175
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

apidoc/_sources/index.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
You can adapt this file completely to your liking, but it should at least
44
contain the root `toctree` directive.
55

6-
API Reference for the ArcGIS Python API
7-
=======================================
6+
API Reference for the ArcGIS API for Python
7+
===========================================
88

99
Contents:
1010

apidoc/arcgis.env.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>arcgis.env module &mdash; arcgis 1.0 documentation</title>
11+
<title>arcgis.env module &mdash; arcgis 1.0.1 documentation</title>
1212

1313

1414

@@ -33,7 +33,7 @@
3333
<link rel="index" title="Index"
3434
href="genindex.html"/>
3535
<link rel="search" title="Search" href="search.html"/>
36-
<link rel="top" title="arcgis 1.0 documentation" href="index.html"/>
36+
<link rel="top" title="arcgis 1.0.1 documentation" href="index.html"/>
3737
<link rel="next" title="arcgis.features module" href="arcgis.features.toc.html"/>
3838
<link rel="prev" title="arcgis.gis module" href="arcgis.gis.html"/>
3939

@@ -63,7 +63,7 @@
6363

6464

6565
<div class="version">
66-
1.0
66+
1.0.1
6767
</div>
6868

6969

@@ -466,7 +466,7 @@ <h2>verbose<a class="headerlink" href="#verbose" title="Permalink to this headli
466466

467467
<div role="contentinfo">
468468
<p>
469-
&copy; Copyright 2016, Esri.
469+
&copy; Copyright 2016-2017, Esri.
470470

471471
</p>
472472
</div>
@@ -488,7 +488,7 @@ <h2>verbose<a class="headerlink" href="#verbose" title="Permalink to this headli
488488
<script type="text/javascript">
489489
var DOCUMENTATION_OPTIONS = {
490490
URL_ROOT:'./',
491-
VERSION:'1.0',
491+
VERSION:'1.0.1',
492492
COLLAPSE_INDEX:false,
493493
FILE_SUFFIX:'.html',
494494
HAS_SOURCE: true

apidoc/arcgis.features.analyze_patterns.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>arcgis.features.analyze_patterns module &mdash; arcgis 1.0 documentation</title>
11+
<title>arcgis.features.analyze_patterns module &mdash; arcgis 1.0.1 documentation</title>
1212

1313

1414

@@ -33,7 +33,7 @@
3333
<link rel="index" title="Index"
3434
href="genindex.html"/>
3535
<link rel="search" title="Search" href="search.html"/>
36-
<link rel="top" title="arcgis 1.0 documentation" href="index.html"/>
36+
<link rel="top" title="arcgis 1.0.1 documentation" href="index.html"/>
3737
<link rel="up" title="arcgis.features module" href="arcgis.features.toc.html"/>
3838
<link rel="next" title="arcgis.features.enrich_data module" href="arcgis.features.enrich_data.html"/>
3939
<link rel="prev" title="arcgis.features module" href="arcgis.features.toc.html"/>
@@ -64,7 +64,7 @@
6464

6565

6666
<div class="version">
67-
1.0
67+
1.0.1
6868
</div>
6969

7070

@@ -530,7 +530,7 @@ <h2>interpolate_points<a class="headerlink" href="#interpolate-points" title="Pe
530530

531531
<div role="contentinfo">
532532
<p>
533-
&copy; Copyright 2016, Esri.
533+
&copy; Copyright 2016-2017, Esri.
534534

535535
</p>
536536
</div>
@@ -552,7 +552,7 @@ <h2>interpolate_points<a class="headerlink" href="#interpolate-points" title="Pe
552552
<script type="text/javascript">
553553
var DOCUMENTATION_OPTIONS = {
554554
URL_ROOT:'./',
555-
VERSION:'1.0',
555+
VERSION:'1.0.1',
556556
COLLAPSE_INDEX:false,
557557
FILE_SUFFIX:'.html',
558558
HAS_SOURCE: true

apidoc/arcgis.features.elevation.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>arcgis.features.elevation module &mdash; arcgis 1.0 documentation</title>
11+
<title>arcgis.features.elevation module &mdash; arcgis 1.0.1 documentation</title>
1212

1313

1414

@@ -33,7 +33,7 @@
3333
<link rel="index" title="Index"
3434
href="genindex.html"/>
3535
<link rel="search" title="Search" href="search.html"/>
36-
<link rel="top" title="arcgis 1.0 documentation" href="index.html"/>
36+
<link rel="top" title="arcgis 1.0.1 documentation" href="index.html"/>
3737
<link rel="up" title="arcgis.features module" href="arcgis.features.toc.html"/>
3838
<link rel="next" title="arcgis.features.managers module" href="arcgis.features.managers.html"/>
3939
<link rel="prev" title="arcgis.features.use_proximity module" href="arcgis.features.use_proximity.html"/>
@@ -64,7 +64,7 @@
6464

6565

6666
<div class="version">
67-
1.0
67+
1.0.1
6868
</div>
6969

7070

@@ -377,7 +377,7 @@
377377
<h2>profile<a class="headerlink" href="#profile" title="Permalink to this headline"></a></h2>
378378
<dl class="method">
379379
<dt id="arcgis.features.elevation.profile">
380-
<code class="descclassname">elevation.</code><code class="descname">profile</code><span class="sig-paren">(</span><em>input_line_features: arcgis.features.feature.FeatureSet = {'displayFieldName': '', 'fields': [{'alias': 'OID', 'type': 'esriFieldTypeOID', 'name': 'OID'}, {'alias': 'Shape_Length', 'type': 'esriFieldTypeDouble', 'name': 'Shape_Length'}], 'spatialReference': {'wkid': 102100, 'latestWkid': 3857}, 'geometryType': 'esriGeometryPolyline', 'exceededTransferLimit': False, 'features': []}, profile_id_field: str = None, dem_resolution: str = None, maximum_sample_distance: float = None, maximum_sample_distance_units: str = 'Meters', gis=None</em><span class="sig-paren">)</span> &rarr; arcgis.features.feature.FeatureSet<a class="headerlink" href="#arcgis.features.elevation.profile" title="Permalink to this definition"></a></dt>
380+
<code class="descclassname">elevation.</code><code class="descname">profile</code><span class="sig-paren">(</span><em>input_line_features: arcgis.features.feature.FeatureSet = {'geometryType': 'esriGeometryPolyline', 'spatialReference': {'wkid': 102100, 'latestWkid': 3857}, 'features': [], 'exceededTransferLimit': False, 'fields': [{'name': 'OID', 'type': 'esriFieldTypeOID', 'alias': 'OID'}, {'name': 'Shape_Length', 'type': 'esriFieldTypeDouble', 'alias': 'Shape_Length'}], 'displayFieldName': ''}, profile_id_field: str = None, dem_resolution: str = None, maximum_sample_distance: float = None, maximum_sample_distance_units: str = 'Meters', gis=None</em><span class="sig-paren">)</span> &rarr; arcgis.features.feature.FeatureSet<a class="headerlink" href="#arcgis.features.elevation.profile" title="Permalink to this definition"></a></dt>
381381
<dd><p>Returns elevation profiles for the input line features.</p>
382382
<p>Parameters:</p>
383383
<blockquote>
@@ -406,7 +406,7 @@ <h2>profile<a class="headerlink" href="#profile" title="Permalink to this headli
406406
<h2>viewshed<a class="headerlink" href="#viewshed" title="Permalink to this headline"></a></h2>
407407
<dl class="method">
408408
<dt id="arcgis.features.elevation.viewshed">
409-
<code class="descclassname">elevation.</code><code class="descname">viewshed</code><span class="sig-paren">(</span><em>input_points: arcgis.features.feature.FeatureSet = {'displayFieldName': '', 'fields': [{'alias': 'OID', 'type': 'esriFieldTypeOID', 'name': 'OID'}, {'alias': 'offseta', 'type': 'esriFieldTypeDouble', 'name': 'offseta'}, {'alias': 'offsetb', 'type': 'esriFieldTypeDouble', 'name': 'offsetb'}], 'spatialReference': {'wkid': 102100, 'latestWkid': 3857}, 'geometryType': 'esriGeometryPoint', 'exceededTransferLimit': False, 'features': []}, maximum_distance: float = None, maximum_distance_units: str = 'Meters', dem_resolution: str = None, observer_height: float = None, observer_height_units: str = 'Meters', surface_offset: float = None, surface_offset_units: str = 'Meters', generalize_viewshed_polygons: bool = True, gis=None</em><span class="sig-paren">)</span> &rarr; arcgis.features.feature.FeatureSet<a class="headerlink" href="#arcgis.features.elevation.viewshed" title="Permalink to this definition"></a></dt>
409+
<code class="descclassname">elevation.</code><code class="descname">viewshed</code><span class="sig-paren">(</span><em>input_points: arcgis.features.feature.FeatureSet = {'geometryType': 'esriGeometryPoint', 'spatialReference': {'wkid': 102100, 'latestWkid': 3857}, 'features': [], 'exceededTransferLimit': False, 'fields': [{'name': 'OID', 'type': 'esriFieldTypeOID', 'alias': 'OID'}, {'name': 'offseta', 'type': 'esriFieldTypeDouble', 'alias': 'offseta'}, {'name': 'offsetb', 'type': 'esriFieldTypeDouble', 'alias': 'offsetb'}], 'displayFieldName': ''}, maximum_distance: float = None, maximum_distance_units: str = 'Meters', dem_resolution: str = None, observer_height: float = None, observer_height_units: str = 'Meters', surface_offset: float = None, surface_offset_units: str = 'Meters', generalize_viewshed_polygons: bool = True, gis=None</em><span class="sig-paren">)</span> &rarr; arcgis.features.feature.FeatureSet<a class="headerlink" href="#arcgis.features.elevation.viewshed" title="Permalink to this definition"></a></dt>
410410
<dd><p>Returns polygons of visible areas for a given set of input observation points.</p>
411411
<p>Parameters:</p>
412412
<blockquote>
@@ -485,7 +485,7 @@ <h2>summarize_elevation<a class="headerlink" href="#summarize-elevation" title="
485485

486486
<div role="contentinfo">
487487
<p>
488-
&copy; Copyright 2016, Esri.
488+
&copy; Copyright 2016-2017, Esri.
489489

490490
</p>
491491
</div>
@@ -507,7 +507,7 @@ <h2>summarize_elevation<a class="headerlink" href="#summarize-elevation" title="
507507
<script type="text/javascript">
508508
var DOCUMENTATION_OPTIONS = {
509509
URL_ROOT:'./',
510-
VERSION:'1.0',
510+
VERSION:'1.0.1',
511511
COLLAPSE_INDEX:false,
512512
FILE_SUFFIX:'.html',
513513
HAS_SOURCE: true

apidoc/arcgis.features.enrich_data.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>arcgis.features.enrich_data module &mdash; arcgis 1.0 documentation</title>
11+
<title>arcgis.features.enrich_data module &mdash; arcgis 1.0.1 documentation</title>
1212

1313

1414

@@ -33,7 +33,7 @@
3333
<link rel="index" title="Index"
3434
href="genindex.html"/>
3535
<link rel="search" title="Search" href="search.html"/>
36-
<link rel="top" title="arcgis 1.0 documentation" href="index.html"/>
36+
<link rel="top" title="arcgis 1.0.1 documentation" href="index.html"/>
3737
<link rel="up" title="arcgis.features module" href="arcgis.features.toc.html"/>
3838
<link rel="next" title="arcgis.features.find_locations module" href="arcgis.features.find_locations.html"/>
3939
<link rel="prev" title="arcgis.features.analyze_patterns module" href="arcgis.features.analyze_patterns.html"/>
@@ -64,7 +64,7 @@
6464

6565

6666
<div class="version">
67-
1.0
67+
1.0.1
6868
</div>
6969

7070

@@ -435,7 +435,7 @@ <h2>enrich_layer<a class="headerlink" href="#enrich-layer" title="Permalink to t
435435

436436
<div role="contentinfo">
437437
<p>
438-
&copy; Copyright 2016, Esri.
438+
&copy; Copyright 2016-2017, Esri.
439439

440440
</p>
441441
</div>
@@ -457,7 +457,7 @@ <h2>enrich_layer<a class="headerlink" href="#enrich-layer" title="Permalink to t
457457
<script type="text/javascript">
458458
var DOCUMENTATION_OPTIONS = {
459459
URL_ROOT:'./',
460-
VERSION:'1.0',
460+
VERSION:'1.0.1',
461461
COLLAPSE_INDEX:false,
462462
FILE_SUFFIX:'.html',
463463
HAS_SOURCE: true

apidoc/arcgis.features.find_locations.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>arcgis.features.find_locations module &mdash; arcgis 1.0 documentation</title>
11+
<title>arcgis.features.find_locations module &mdash; arcgis 1.0.1 documentation</title>
1212

1313

1414

@@ -33,7 +33,7 @@
3333
<link rel="index" title="Index"
3434
href="genindex.html"/>
3535
<link rel="search" title="Search" href="search.html"/>
36-
<link rel="top" title="arcgis 1.0 documentation" href="index.html"/>
36+
<link rel="top" title="arcgis 1.0.1 documentation" href="index.html"/>
3737
<link rel="up" title="arcgis.features module" href="arcgis.features.toc.html"/>
3838
<link rel="next" title="arcgis.features.manage_data module" href="arcgis.features.manage_data.html"/>
3939
<link rel="prev" title="arcgis.features.enrich_data module" href="arcgis.features.enrich_data.html"/>
@@ -64,7 +64,7 @@
6464

6565

6666
<div class="version">
67-
1.0
67+
1.0.1
6868
</div>
6969

7070

@@ -563,7 +563,7 @@ <h2>trace_downstream<a class="headerlink" href="#trace-downstream" title="Permal
563563

564564
<div role="contentinfo">
565565
<p>
566-
&copy; Copyright 2016, Esri.
566+
&copy; Copyright 2016-2017, Esri.
567567

568568
</p>
569569
</div>
@@ -585,7 +585,7 @@ <h2>trace_downstream<a class="headerlink" href="#trace-downstream" title="Permal
585585
<script type="text/javascript">
586586
var DOCUMENTATION_OPTIONS = {
587587
URL_ROOT:'./',
588-
VERSION:'1.0',
588+
VERSION:'1.0.1',
589589
COLLAPSE_INDEX:false,
590590
FILE_SUFFIX:'.html',
591591
HAS_SOURCE: true

apidoc/arcgis.features.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>arcgis.features module &mdash; arcgis 1.0 documentation</title>
11+
<title>arcgis.features module &mdash; arcgis 1.0.1 documentation</title>
1212

1313

1414

@@ -33,7 +33,7 @@
3333
<link rel="index" title="Index"
3434
href="genindex.html"/>
3535
<link rel="search" title="Search" href="search.html"/>
36-
<link rel="top" title="arcgis 1.0 documentation" href="index.html"/>
36+
<link rel="top" title="arcgis 1.0.1 documentation" href="index.html"/>
3737

3838

3939
<script src="_static/js/modernizr.min.js"></script>
@@ -61,7 +61,7 @@
6161

6262

6363
<div class="version">
64-
1.0
64+
1.0.1
6565
</div>
6666

6767

@@ -1390,7 +1390,7 @@ <h2>arcgis.features.FeatureCollection<a class="headerlink" href="#arcgis-feature
13901390

13911391
<div role="contentinfo">
13921392
<p>
1393-
&copy; Copyright 2016, Esri.
1393+
&copy; Copyright 2016-2017, Esri.
13941394

13951395
</p>
13961396
</div>
@@ -1412,7 +1412,7 @@ <h2>arcgis.features.FeatureCollection<a class="headerlink" href="#arcgis-feature
14121412
<script type="text/javascript">
14131413
var DOCUMENTATION_OPTIONS = {
14141414
URL_ROOT:'./',
1415-
VERSION:'1.0',
1415+
VERSION:'1.0.1',
14161416
COLLAPSE_INDEX:false,
14171417
FILE_SUFFIX:'.html',
14181418
HAS_SOURCE: true

apidoc/arcgis.features.manage_data.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>arcgis.features.manage_data module &mdash; arcgis 1.0 documentation</title>
11+
<title>arcgis.features.manage_data module &mdash; arcgis 1.0.1 documentation</title>
1212

1313

1414

@@ -33,7 +33,7 @@
3333
<link rel="index" title="Index"
3434
href="genindex.html"/>
3535
<link rel="search" title="Search" href="search.html"/>
36-
<link rel="top" title="arcgis 1.0 documentation" href="index.html"/>
36+
<link rel="top" title="arcgis 1.0.1 documentation" href="index.html"/>
3737
<link rel="up" title="arcgis.features module" href="arcgis.features.toc.html"/>
3838
<link rel="next" title="arcgis.features.summarize_data module" href="arcgis.features.summarize_data.html"/>
3939
<link rel="prev" title="arcgis.features.find_locations module" href="arcgis.features.find_locations.html"/>
@@ -64,7 +64,7 @@
6464

6565

6666
<div class="version">
67-
1.0
67+
1.0.1
6868
</div>
6969

7070

@@ -510,7 +510,7 @@ <h2>overlay_layers<a class="headerlink" href="#overlay-layers" title="Permalink
510510

511511
<div role="contentinfo">
512512
<p>
513-
&copy; Copyright 2016, Esri.
513+
&copy; Copyright 2016-2017, Esri.
514514

515515
</p>
516516
</div>
@@ -532,7 +532,7 @@ <h2>overlay_layers<a class="headerlink" href="#overlay-layers" title="Permalink
532532
<script type="text/javascript">
533533
var DOCUMENTATION_OPTIONS = {
534534
URL_ROOT:'./',
535-
VERSION:'1.0',
535+
VERSION:'1.0.1',
536536
COLLAPSE_INDEX:false,
537537
FILE_SUFFIX:'.html',
538538
HAS_SOURCE: true

apidoc/arcgis.features.managers.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>arcgis.features.managers module &mdash; arcgis 1.0 documentation</title>
11+
<title>arcgis.features.managers module &mdash; arcgis 1.0.1 documentation</title>
1212

1313

1414

@@ -33,7 +33,7 @@
3333
<link rel="index" title="Index"
3434
href="genindex.html"/>
3535
<link rel="search" title="Search" href="search.html"/>
36-
<link rel="top" title="arcgis 1.0 documentation" href="index.html"/>
36+
<link rel="top" title="arcgis 1.0.1 documentation" href="index.html"/>
3737
<link rel="up" title="arcgis.features module" href="arcgis.features.toc.html"/>
3838
<link rel="next" title="arcgis.raster module" href="arcgis.raster.toc.html"/>
3939
<link rel="prev" title="arcgis.features.elevation module" href="arcgis.features.elevation.html"/>
@@ -64,7 +64,7 @@
6464

6565

6666
<div class="version">
67-
1.0
67+
1.0.1
6868
</div>
6969

7070

@@ -796,7 +796,7 @@ <h2>FeatureLayerManager<a class="headerlink" href="#featurelayermanager" title="
796796

797797
<div role="contentinfo">
798798
<p>
799-
&copy; Copyright 2016, Esri.
799+
&copy; Copyright 2016-2017, Esri.
800800

801801
</p>
802802
</div>
@@ -818,7 +818,7 @@ <h2>FeatureLayerManager<a class="headerlink" href="#featurelayermanager" title="
818818
<script type="text/javascript">
819819
var DOCUMENTATION_OPTIONS = {
820820
URL_ROOT:'./',
821-
VERSION:'1.0',
821+
VERSION:'1.0.1',
822822
COLLAPSE_INDEX:false,
823823
FILE_SUFFIX:'.html',
824824
HAS_SOURCE: true

0 commit comments

Comments
 (0)