Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions browser/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<meta http-equiv='expires' content='0'>
<meta http-equiv='pragma' content='no-cache'>

<link rel="apple-touch-icon" href="logo192.png" />
<link rel="shortcut icon" href="logo192.png">
<link rel="apple-touch-icon" href="https://dl.infragistics.com/x/img/browsers/react.png" />
<link rel="shortcut icon" href="https://dl.infragistics.com/x/img/browsers/react.png" >
<base href="/react-demos/">

<!-- before -->
Expand Down
4 changes: 2 additions & 2 deletions browser/templates/sample/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<title>SampleName | Infragistics</title>
<!--
manifest.json provides metadata used when your web app is added to the
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
home screen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
-->
<!-- <link rel="manifest" href="manifest.json"> -->
<!-- <link rel="shortcut icon" href="/images/favicon.svg" type="image/x-icon"> -->
<!-- <link rel="shortcut icon" href="https://dl.infragistics.com/x/img/browsers/react.png" > -->

<!--
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" >
Expand Down
6 changes: 1 addition & 5 deletions samples/maps/geo-map/shape-selection/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -324,11 +324,7 @@ export default class MapShapeSelection extends React.Component<any, any> {
sds.importCompleted = this.onDataLoaded;
sds.shapefileSource = "https://static.infragistics.com/xplatform/shapes/usa_states_ak_below.shp";
sds.databaseSource = "https://static.infragistics.com/xplatform/shapes/usa_states_ak_below.dbf";
// sds.shapefileSource = "https://github.com/IgniteUI/igniteui-blazor-apps/tree/main/usa-elections/wwwroot/shapes/usa_states_hex_map.shp";
// sds.databaseSource = "https://github.com/IgniteUI/igniteui-blazor-apps/tree/main/usa-elections/wwwroot/shapes/usa_states_hex_map.dbf";
// sds.shapefileSource = "https://github.com/IgniteUI/igniteui-blazor-apps/raw/refs/heads/main/usa-elections/wwwroot/shapes/usa_states_ak_below.shp";
// sds.databaseSource = "https://github.com/IgniteUI/igniteui-blazor-apps/raw/refs/heads/main/usa-elections/wwwroot/shapes/usa_states_ak_below.dbf";


window.addEventListener('resize', this.onMapResize);
sds.dataBind();
}
Expand Down