Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #315 from Esri/3.25.3
Browse files Browse the repository at this point in the history
3.25.3
  • Loading branch information
aphilobos authored Dec 18, 2023
2 parents 053f0d7 + c869613 commit 7d1deb5
Show file tree
Hide file tree
Showing 80 changed files with 199 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/icons.json

Large diffs are not rendered by default.

86 changes: 86 additions & 0 deletions docs/keywords.json
Original file line number Diff line number Diff line change
Expand Up @@ -13648,5 +13648,91 @@
],
"category":"Symbols",
"release":"3.25.1"
},
"absolute-elevation":{
"alias":[
"3.25.3",
"gis",
"elevate",
"measure",
"height",
"depth",
"water",
"sea level",
"measurements"
],
"category":"GIS",
"release":"3.25.3"
},
"absolute-direction":{
"alias":[
"3.25.3",
"gis",
"arrows",
"compass",
"needle",
"directions",
"movement",
"rotate"
],
"category":"GIS",
"release":"3.25.3"
},
"on-the-ground-elevation":{
"alias":[
"3.25.3",
"gis",
"elevate",
"measure",
"height",
"depth",
"ground",
"measurements"
],
"category":"GIS",
"release":"3.25.3"
},
"relative-direction":{
"alias":[
"3.25.3",
"geometry editing",
"arrows",
"movement",
"points",
"lines",
"directions"
],
"category":"Geometry Editing",
"release":"3.25.3"
},
"relative-to-ground-elevation":{
"alias":[
"3.25.3",
"gis",
"elevate",
"measure",
"height",
"depth",
"ground",
"measurements"
],
"category":"GIS",
"release":"3.25.3"
},
"relative-to-scene-elevation":{
"alias":[
"3.25.3",
"gis",
"elevate",
"measure",
"height",
"depth",
"scenic",
"scene",
"buildings",
"measurements"
],
"category":"GIS",
"release":"3.25.3"
}
}
1 change: 1 addition & 0 deletions icons/absolute-direction-16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/absolute-direction-24.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/absolute-direction-32.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/absolute-elevation-16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/absolute-elevation-24.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/absolute-elevation-32.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/on-the-ground-elevation-16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/on-the-ground-elevation-24.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/on-the-ground-elevation-32.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/relative-direction-16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/relative-direction-24.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/relative-direction-32.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/relative-to-ground-elevation-16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/relative-to-ground-elevation-24.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/relative-to-ground-elevation-32.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/relative-to-scene-elevation-16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/relative-to-scene-elevation-24.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/relative-to-scene-elevation-32.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ export const aZDown32: string;
export const aZUp16: string;
export const aZUp24: string;
export const aZUp32: string;
export const absoluteDirection16: string;
export const absoluteDirection24: string;
export const absoluteDirection32: string;
export const absoluteElevation16: string;
export const absoluteElevation24: string;
export const absoluteElevation32: string;
export const accessStringResults16: string;
export const accessStringResults24: string;
export const accessStringResults32: string;
Expand Down Expand Up @@ -2016,6 +2022,9 @@ export const octagon32: string;
export const offline16: string;
export const offline24: string;
export const offline32: string;
export const onTheGroundElevation16: string;
export const onTheGroundElevation24: string;
export const onTheGroundElevation32: string;
export const online16: string;
export const online24: string;
export const online32: string;
Expand Down Expand Up @@ -2322,6 +2331,15 @@ export const refreshF32: string;
export const register16: string;
export const register24: string;
export const register32: string;
export const relativeDirection16: string;
export const relativeDirection24: string;
export const relativeDirection32: string;
export const relativeToGroundElevation16: string;
export const relativeToGroundElevation24: string;
export const relativeToGroundElevation32: string;
export const relativeToSceneElevation16: string;
export const relativeToSceneElevation24: string;
export const relativeToSceneElevation32: string;
export const removeLinkchart16: string;
export const removeLinkchart24: string;
export const removeLinkchart32: CalciteMultiPathEntry[];
Expand Down
18 changes: 18 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ export {aZDown32} from "./js/aZDown32.js";
export {aZUp16} from "./js/aZUp16.js";
export {aZUp24} from "./js/aZUp24.js";
export {aZUp32} from "./js/aZUp32.js";
export {absoluteDirection16} from "./js/absoluteDirection16.js";
export {absoluteDirection24} from "./js/absoluteDirection24.js";
export {absoluteDirection32} from "./js/absoluteDirection32.js";
export {absoluteElevation16} from "./js/absoluteElevation16.js";
export {absoluteElevation24} from "./js/absoluteElevation24.js";
export {absoluteElevation32} from "./js/absoluteElevation32.js";
export {accessStringResults16} from "./js/accessStringResults16.js";
export {accessStringResults24} from "./js/accessStringResults24.js";
export {accessStringResults32} from "./js/accessStringResults32.js";
Expand Down Expand Up @@ -2009,6 +2015,9 @@ export {octagon32} from "./js/octagon32.js";
export {offline16} from "./js/offline16.js";
export {offline24} from "./js/offline24.js";
export {offline32} from "./js/offline32.js";
export {onTheGroundElevation16} from "./js/onTheGroundElevation16.js";
export {onTheGroundElevation24} from "./js/onTheGroundElevation24.js";
export {onTheGroundElevation32} from "./js/onTheGroundElevation32.js";
export {online16} from "./js/online16.js";
export {online24} from "./js/online24.js";
export {online32} from "./js/online32.js";
Expand Down Expand Up @@ -2315,6 +2324,15 @@ export {refreshF32} from "./js/refreshF32.js";
export {register16} from "./js/register16.js";
export {register24} from "./js/register24.js";
export {register32} from "./js/register32.js";
export {relativeDirection16} from "./js/relativeDirection16.js";
export {relativeDirection24} from "./js/relativeDirection24.js";
export {relativeDirection32} from "./js/relativeDirection32.js";
export {relativeToGroundElevation16} from "./js/relativeToGroundElevation16.js";
export {relativeToGroundElevation24} from "./js/relativeToGroundElevation24.js";
export {relativeToGroundElevation32} from "./js/relativeToGroundElevation32.js";
export {relativeToSceneElevation16} from "./js/relativeToSceneElevation16.js";
export {relativeToSceneElevation24} from "./js/relativeToSceneElevation24.js";
export {relativeToSceneElevation32} from "./js/relativeToSceneElevation32.js";
export {removeLinkchart16} from "./js/removeLinkchart16.js";
export {removeLinkchart24} from "./js/removeLinkchart24.js";
export {removeLinkchart32} from "./js/removeLinkchart32.js";
Expand Down
1 change: 1 addition & 0 deletions js/absoluteDirection16.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const absoluteDirection16: string;
1 change: 1 addition & 0 deletions js/absoluteDirection16.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const absoluteDirection16 = "M15.9 8A7.9 7.9 0 1 1 4.37 1H2V0h4v4H5V1.791a6.904 6.904 0 1 0 4-.61V.17A7.907 7.907 0 0 1 15.9 8zm-9.888-.224L8 2.34l1.989 5.436-1.995 5.884zM7 8l.997 2.997L9 8z";
1 change: 1 addition & 0 deletions js/absoluteDirection16.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M15.9 8A7.9 7.9 0 1 1 4.37 1H2V0h4v4H5V1.791a6.904 6.904 0 1 0 4-.61V.17A7.907 7.907 0 0 1 15.9 8zm-9.888-.224L8 2.34l1.989 5.436-1.995 5.884zM7 8l.997 2.997L9 8z"
1 change: 1 addition & 0 deletions js/absoluteDirection24.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const absoluteDirection24: string;
1 change: 1 addition & 0 deletions js/absoluteDirection24.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions js/absoluteDirection24.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M14.815 12.424L12 5.554l-2.815 6.87L12 20.472zm-1.193.495L12 17.557l-1.622-4.638zm9.347.059A10.969 10.969 0 1 1 5.73 3.986H2v-.973h6V9H7V4.396a9.911 9.911 0 1 0 5-1.387v-1a10.982 10.982 0 0 1 10.969 10.969z"
1 change: 1 addition & 0 deletions js/absoluteDirection32.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const absoluteDirection32: string;
1 change: 1 addition & 0 deletions js/absoluteDirection32.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions js/absoluteDirection32.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M29.896 16.003A13.896 13.896 0 1 1 9.036 4H5V3h6v6h-1V4.587a12.891 12.891 0 1 0 6-1.488v-.993a13.912 13.912 0 0 1 13.896 13.897zM16 27l-3.774-10.526L16 7l3.774 9.474zm-2.633-10.06L16 24.286l2.633-7.346z"
1 change: 1 addition & 0 deletions js/absoluteElevation16.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const absoluteElevation16: string;
1 change: 1 addition & 0 deletions js/absoluteElevation16.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions js/absoluteElevation16.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M8.5 5.85A2.35 2.35 0 1 0 6.15 3.5 2.35 2.35 0 0 0 8.5 5.85zM8.5 2A1.5 1.5 0 1 1 7 3.5 1.502 1.502 0 0 1 8.5 2zM8 11h1v1H8zm1-1H8V9h1zm0-2H8V7h1zm6.889 6.814a3.653 3.653 0 0 1-2.722 1.177 4.48 4.48 0 0 1-2.554-.806 3.008 3.008 0 0 1-2.113.806 2.972 2.972 0 0 1-2.09-.79 4.764 4.764 0 0 1-2.576.79 3.642 3.642 0 0 1-2.723-1.176.494.494 0 0 1-.108-.367.5.5 0 0 1 .884-.265A2.6 2.6 0 0 0 3.834 15a3.55 3.55 0 0 0 2.172-.821l.102-.084.168-.074.187-.006.182.065.117.09A2.01 2.01 0 0 0 8.5 15a1.98 1.98 0 0 0 1.724-.81l.114-.097.162-.072.185-.007.18.064.12.092a3.476 3.476 0 0 0 2.182.83 2.592 2.592 0 0 0 1.947-.817.5.5 0 0 1 .775.631zM2 12.877H1V0h1v1h1v1H2v1h1v1H2v1h1v.991H2v1.045h1V8H2v1h1v1H2v1h1v1H2z"
1 change: 1 addition & 0 deletions js/absoluteElevation24.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const absoluteElevation24: string;
1 change: 1 addition & 0 deletions js/absoluteElevation24.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions js/absoluteElevation24.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M19.001 22.992a6.493 6.493 0 0 1-3.5-.88 6.481 6.481 0 0 1-3.5.88 6.493 6.493 0 0 1-3.5-.88 6.481 6.481 0 0 1-3.5.88 5.986 5.986 0 0 1-3.834-1.119.5.5 0 1 1 .665-.746 5.08 5.08 0 0 0 3.169.874 5.128 5.128 0 0 0 3.172-.877l.139-.08.17-.036a.722.722 0 0 1 .214.038l.121.07a5.09 5.09 0 0 0 3.184.885 5.128 5.128 0 0 0 3.172-.877l.139-.08.171-.036a.72.72 0 0 1 .213.038l.121.07a5.09 5.09 0 0 0 3.184.885 5.128 5.128 0 0 0 3.172-.877.502.502 0 0 1 .327-.12.5.5 0 0 1 .336.869A5.894 5.894 0 0 1 19 22.992zM12 16h1v2h-1zm1-3h-1v2h1zm0-3h-1v2h1zm-2.9-3.5a2.4 2.4 0 1 1 2.4 2.4 2.403 2.403 0 0 1-2.4-2.4zm.9 0A1.5 1.5 0 1 0 12.5 5 1.502 1.502 0 0 0 11 6.5zM4 20v-1H2v-2h2v-1H2v-2h2v-1H2v-2h2v-1H2V8h2V7H2V5h2V4H2V2H1v18h3z"
1 change: 1 addition & 0 deletions js/absoluteElevation32.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const absoluteElevation32: string;
1 change: 1 addition & 0 deletions js/absoluteElevation32.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7d1deb5

Please sign in to comment.