Skip to content

Commit

Permalink
Fix conflicting panel ids
Browse files Browse the repository at this point in the history
  • Loading branch information
KOKAProduktion committed Mar 18, 2021
1 parent 06cf611 commit 8987739
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="Windows-1252"?>
<SimBase.Document Type="InGamePanels" version="1,0">
<Filename>msfs2020-littlenavmap-openlayers.spb</Filename>
<InGamePanels.InGamePanelDefinition id="PANEL_WEBPAGE_PANEL" Name="Little Navmap" url="html_UI/ingamePanels/CustomPanel/CustomPanel.html" resizeDirections="Both" minWidth="33" minHeight="35" defaultWidth="36" defaultHeight="36" defaultTop="33" defaultRight="2" icon="aircraft_small_user" buttonVisible="true">
<InGamePanels.InGamePanelDefinition id="PANEL_LNM_OL_PANEL" Name="LittleNavmap" url="html_UI/ingamePanels/WebPage/CustomPanel.html" resizeDirections="Both" minWidth="33" minHeight="35" defaultWidth="36" defaultHeight="36" defaultTop="33" defaultRight="2" icon="aircraft_small_user" buttonVisible="true">
</InGamePanels.InGamePanelDefinition>
</SimBase.Document>
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@

<body class="border-box">
<ingamepanel-custom>
<ingame-ui id="CustomPanel" panel-id="PANEL_WEBPAGE_PANEL" title="" class="ingameUiFrame panelInvisible"
min-width="160" min-height="160">
<ingame-ui id="CustomPanel" panel-id="PANEL_LNM_OL_PANEL" title="" class="ingameUiFrame panelInvisible" min-width="160" min-height="160">
<div id="CustomPanelWrap">
<input id="InputUrl" type="text"></input>
<iframe id="CustomPanelIframe" src=""></iframe>
</div>
<section id="MainDisplay">
Expand Down
8 changes: 4 additions & 4 deletions msfs2020-littlenavmap-openlayers/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"package_version": "0.1.12"
}
],
"content_type": "CORE",
"title": "InGamePanelLNM",
"manufacturer": "",
"content_type": "",
"title": "MSFS2020-littlenavmap-openlayers",
"manufacturer": "KOKAProduktion",
"creator": "KOKAProduktion",
"package_version": "0.3.0",
"package_version": "2.0.0",
"minimum_game_version": "1.8.3",
"release_notes": {
"neutral": {
Expand Down

0 comments on commit 8987739

Please sign in to comment.