Search found 29 matches
- Thu Apr 11, 2019 10:22 am
- Forum: Preview Versions
- Topic: V3 SQLServer
- Replies: 1
- Views: 3783
V3 SQLServer
What is this plugin exactly for? Does it completely replace the BaseStation SQLite-database?
- Wed Jun 13, 2018 3:48 pm
- Forum: Bug Reports
- Topic: 2.4.1 Missing SVG
- Replies: 1
- Views: 1468
2.4.1 Missing SVG
Hi,
is it just me, or were the SVG removed in 2.4.1?
There is no embeddedSvgs.ts and no svgGenerator.ts.
is it just me, or were the SVG removed in 2.4.1?
There is no embeddedSvgs.ts and no svgGenerator.ts.

- Tue May 22, 2018 7:38 am
- Forum: VRS on Linux
- Topic: How to quit VRS safely? (clean shutdown)
- Replies: 6
- Views: 4502
Re: How to quit VRS safely? (clean shutdown)
Try 
Code: Select all
kill -INT `pidof mono`

- Fri Jul 14, 2017 7:49 am
- Forum: Installation Problems
- Topic: Hide the Aircraft list by default
- Replies: 1
- Views: 1904
Re: Hide the Aircraft list by default
Moin, ich habs bei mir über einen Button gelöst. Somit lässt sich die Liste ein und ausblenden. if(VRS && VRS.globalDispatch && VRS.serverConfig) { VRS.globalDispatch.hook(VRS.globalEvent.bootstrapCreated, function(bootStrap) { if(bootStrap.hookInitialised && VRS.layoutManager) { bootStrap.hookIniti...
- Sun May 21, 2017 4:35 pm
- Forum: VRS on Linux
- Topic: [Solved] :) UNHANDLED EXCEPTION
- Replies: 7
- Views: 6791
Re: [Solved] :) UNHANDLED EXCEPTION
We have installed the last preview. 

- Sun May 14, 2017 7:43 am
- Forum: Installation Problems
- Topic: Client IP address when behind nginx reverse proxy
- Replies: 4
- Views: 3263
Re: Client IP address when behind nginx reverse proxy
Is there already a solution? 

- Sat Jan 07, 2017 8:43 am
- Forum: VRS on Linux
- Topic: [Solved] :) UNHANDLED EXCEPTION
- Replies: 7
- Views: 6791
[Solved] :) UNHANDLED EXCEPTION
Hello forum, please excuse the title, but I have no idea how I should name it. We recently received this error and VRS stops working. What happens here and what can be done to fix it? mono --version Mono JIT compiler version 4.6.2 (Stable 4.6.2.16/ac9e222 Fri Jan 6 12:37:37 CET 2017) Copyright (C) 2...
- Mon Nov 21, 2016 3:42 pm
- Forum: Preview Versions
- Topic: 27th Oct 2016 SVG graphics and .NET 4.6
- Replies: 23
- Views: 11939
Re: 27th Oct 2016 SVG graphics and .NET 4.6
Thank you for this detailed description! I think I understood. But maybe I misrepresented my question. I dont need the png files. This is just my current code for military aircraft. I thought it would be a little easier. Like: new VRS.AircraftMarker({ svgAircraftMarkerNormalFill: '#FF0000' matches: ...
- Sat Nov 19, 2016 5:58 am
- Forum: Preview Versions
- Topic: 27th Oct 2016 SVG graphics and .NET 4.6
- Replies: 23
- Views: 11939
Re: 27th Oct 2016 SVG graphics and .NET 4.6
It is for png only.egpd1701 wrote: Does the above code work for PNG's or SVG's?
That's what i want to knowegpd1701 wrote: If for PNG's can it be adapted for SVG's and are there any more alterations needed?

- Fri Nov 18, 2016 6:41 am
- Forum: Preview Versions
- Topic: 27th Oct 2016 SVG graphics and .NET 4.6
- Replies: 23
- Views: 11939
Re: 27th Oct 2016 SVG graphics and .NET 4.6
Hi, how to transform <script type="text/javascript"> if(VRS && VRS.globalDispatch && VRS.serverConfig) { VRS.globalDispatch.hook(VRS.globalEvent.bootstrapCreated, function(bootStrap) { if(VRS.globalOptions && VRS.globalOptions.aircraftMarkers) { VRS.globalOptions.aircraftMarkers.unshift(new VRS.Airc...