<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Carte de voyage</AppTitle>
	<AppShortName>CarteVoyage</AppShortName>
	<Author>Philippe ALARY</Author>
	<Version>1.0</Version>
	<Variables>[Domicile_txt],[initializaded],[latitude],[longitude],[maptype],[zoom]</Variables>
	<VariablesScanned>True</VariablesScanned>
	<PageWidth>1920</PageWidth>
	<PageHeight>1080</PageHeight>
	<AutoSizeWidth>True</AutoSizeWidth>
	<AutoSizeHeight>True</AutoSizeHeight>
	<HideScrollbars>True</HideScrollbars>
	<ResponsiveSize>False</ResponsiveSize>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<AppIcon>E:\Philippe\Documents\VisualNeoWeb\Libraries\img\default-icon.png</AppIcon>
	<CustomCSS>.Txt {
     font-size: 10pt;
     font-weight: bolder;
}</CustomCSS>
	<LanguageCode>en</LanguageCode>
	<DisplayMode>standalone</DisplayMode>
	<ServiceWorker>Offline page</ServiceWorker>
	<ThemeColor>#000000</ThemeColor>
	<MobileOSTypes>[AndroidOS,iOS,WindowsPhoneOS]</MobileOSTypes>
	<WindowState>normal</WindowState>
	<TitleBar>True</TitleBar>
	<Sizeable>True</Sizeable>
	<MaximizeBtn>False</MaximizeBtn>
	<MinimizeBtn>True</MinimizeBtn>
	<SystemMenu>True</SystemMenu>
	<ContextMenu>False</ContextMenu>
	<AlwaysOnTop>False</AlwaysOnTop>
	<ShowInTaskbar>True</ShowInTaskbar>
	<SingleInstance>False</SingleInstance>
	<ChromeKioskMode>False</ChromeKioskMode>
	<Components>
		<FunctionList name="Subroutines">
			<Components>
				<Function name="MapClick">
					<Code>SetVar [latitude] [lat]
SetVar [longitude] [lng]
neoMapGetZoom &quot;cCarte&quot; [zoom]
</Code>
					<Params>[lat]|VARREF|Latitude;[lng]|VARREF|Longitude</Params>
				</Function>
				<Function name="GoToMarker">
					<Code>SetVar [latitude] [lat]
SetVar [longitude] [lng]
neoMapFlyTo &quot;cCarte&quot; [latitude] [longitude] 15
neoMapGetZoom &quot;cCarte&quot; [zoom]</Code>
					<Params>[lat]|VARREF|Latitude;[lng]|VARREF|Longitude</Params>
				</Function>
			</Components>
		</FunctionList>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<pageenter>If [maptype] == &quot;&quot;
   SetVar [maptype] &quot;Open Street Maps&quot;
EndIf
SetVar [latitude] 48.778
SetVar [longitude] 2.072
If [initializaded] != 1
  neoMapInitialize &quot;cCarte&quot; [latitude] [longitude] 3 17 &quot;[maptype]&quot;
  SetVar [initializaded] 1
Else
  neoMapRemove &quot;cCarte&quot;
  neoMapInitialize &quot;cCarte&quot; [latitude] [longitude] 3 17 &quot;[maptype]&quot;
EndIf
neoMapEvent &quot;cCarte&quot; &quot;click&quot; &quot;MapClick&quot;
neoBackgroundsFog &quot;cMenu&quot;
neoMapGetZoom &quot;cCarte&quot; [zoom]

.neoMapWorldView &quot;cCarte&quot;
.neoMapSetZoom &quot;cCarte&quot; 3
CrearToolTip &quot;SVGicon1&quot; &quot;Cacher le menu&quot; &quot;#0000CD&quot; &quot;right&quot; &quot;fadein&quot;
CrearToolTip &quot;SVGicon2&quot; &quot;Montrer le menu&quot; &quot;#0000CD&quot; &quot;right&quot; &quot;fadein&quot;
</pageenter>
					<Components>
						<Container id="cCarte">
							<left>190px</left>
							<top>0px</top>
							<width>1730px</width>
							<height>1080px</height>
							<style>border-width:1px;border-style:solid;background-color:#fff;</style>
						</Container>
						<Container id="cMenu">
							<left>0px</left>
							<top>0px</top>
							<width>190px</width>
							<height>1080px</height>
							<style>border-width:1px;border-style:solid;background-color:#fff;</style>
							<Components>
								<Combobox id="Combobox1">
									<left>4px</left>
									<top>76px</top>
									<width>170px</width>
									<height>31px</height>
									<css_class>Txt</css_class>
									<items>Open Street Maps,Open Topo Map,CyclOSM,Esri World Street Map,Esri World Imagery,Stamen Terrain,Stamen Terrain Background,Stamen Toner,Stamen Watercolor</items>
									<variable>[maptype]</variable>
									<init_value>Open Street Maps</init_value>
									<multi_select>False</multi_select>
									<change>neoMapRemove &quot;cCarte&quot;
neoMapInitialize &quot;cCarte&quot; [latitude]  [longitude] [zoom] 17 &quot;[maptype]&quot;</change>
								</Combobox>
								<Headline id="Headline1">
									<left>4px</left>
									<top>54px</top>
									<width>104px</width>
									<height>20px</height>
									<css_class>Txt</css_class>
									<text>Type de carte</text>
									<kind>h5</kind>
								</Headline>
								<Headline id="Headline3">
									<left>4px</left>
									<top>147px</top>
									<width>45px</width>
									<height>24px</height>
									<css_class>Txt</css_class>
									<text>Lat.</text>
									<kind>h5</kind>
								</Headline>
								<Paragraph id="Paragraph2">
									<left>51px</left>
									<top>145px</top>
									<width>134px</width>
									<height>24px</height>
									<css_class>Txt</css_class>
									<text>[latitude]</text>
								</Paragraph>
								<Headline id="Headline4">
									<left>4px</left>
									<top>178px</top>
									<width>45px</width>
									<height>24px</height>
									<css_class>Txt</css_class>
									<text>Long.</text>
									<kind>h5</kind>
								</Headline>
								<Paragraph id="Paragraph3">
									<left>51px</left>
									<top>175px</top>
									<width>134px</width>
									<height>24px</height>
									<css_class>Txt</css_class>
									<text>[longitude]</text>
								</Paragraph>
								<Headline id="Headline7">
									<left>9px</left>
									<top>8px</top>
									<width>123px</width>
									<height>36px</height>
									<style>color:#fff;text-align:center</style>
									<text>&lt;strong&gt;Menu&lt;/strong&gt;</text>
									<kind>h2</kind>
								</Headline>
								<SVGicon id="SVGicon1">
									<left>140px</left>
									<top>9px</top>
									<width>37px</width>
									<height>34px</height>
									<style>fill:#FFF;stroke:black;stroke-width:1px</style>
									<hover>cursor:pointer</hover>
									<icon>svgArrowLeft</icon>
									<click>HideObject &quot;cMenu&quot; &quot;slideOutLeft&quot; 40
SetObjectBounds &quot;cCarte&quot; 1 1 1919 null
.MoveObject &quot;cCarte&quot; 1 1
.SetObjectStyle &quot;cCarte&quot; &quot;max-width&quot; &quot;1919px&quot;

MoveObjectIntoContainer &quot;SVGicon2&quot; &quot;cCarte&quot;
ObjectToFront &quot;SVGicon2&quot;
ShowObject &quot;SVGicon2&quot; &quot;fadeIn&quot; 10
MoveObject &quot;SVGicon2&quot; 20 1</click>
								</SVGicon>
								<SVGicon id="SVGicon2">
									<left>-57px</left>
									<top>8px</top>
									<width>37px</width>
									<height>35px</height>
									<style>fill:#fff;stroke:black;stroke-width:1px</style>
									<hover>cursor:pointer</hover>
									<icon>svgBars</icon>
									<click>HideObject &quot;SVGicon2&quot; &quot;slideOutLeft&quot; 10
MoveObject &quot;SVGicon2&quot; -57 8
ShowObject &quot;cMenu&quot; &quot;slideInLeft&quot; 40
Wait 200
     MoveObject &quot;cCarte&quot; 190 0
     SetObjectStyle &quot;cCarte&quot; &quot;max-width&quot; &quot;1730px&quot;
.SetObjectBounds &quot;cCarte&quot; 190 0 1730 927
EndWait</click>
								</SVGicon>
								<Headline id="Headline2">
									<left>4px</left>
									<top>118px</top>
									<width>45px</width>
									<height>24px</height>
									<css_class>Txt</css_class>
									<text>Zoom</text>
									<kind>h5</kind>
								</Headline>
								<Paragraph id="Paragraph1">
									<left>51px</left>
									<top>116px</top>
									<width>134px</width>
									<height>24px</height>
									<css_class>Txt</css_class>
									<text>[zoom]</text>
								</Paragraph>
							</Components>
						</Container>
					</Components>
				</Page>
			</Components>
		</PageList>
		<PageList name="Master">
			<Components>
				<Page id="MasterPage"/>
			</Components>
		</PageList>
		<PageList name="Dialog">
			<Components>
				<Page id="NewDialog">
					<Components>
						<DialogContainer id="DialogContainer1">
							<left>0px</left>
							<top>0px</top>
							<width>1920px</width>
							<height>1024px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
