We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33d21a8 + 38d95fc commit 9866d36Copy full SHA for 9866d36
2 files changed
samples/maps/geo-map/display-azure-imagery/public/index.html
@@ -0,0 +1,10 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+ <head>
4
+ <title>MapDisplayImageryAzureTiles</title>
5
+ <link href="https://static.infragistics.com/xplatform/css/samples/shared.v8.css" rel="stylesheet" />
6
+ </head>
7
+ <body>
8
+ <div id="root"></div>
9
+ </body>
10
+</html>
samples/maps/geo-map/display-azure-imagery/src/react-app-env.d.ts
@@ -0,0 +1 @@
+/// <reference types="react-scripts" />
0 commit comments