Tag: in action
-
PTV xServer integrated into a TMS
AndSoft developed the first web-based transport management system (TMS) in 2000, and today it is the leading TMS in the cloud. Since the start of 2013, AndSoft has been using PTV xServers to add important logistical features.
The company specialises in solutions for supply chain management.…
-
Multi-touch gestures for PTV xServer .NET
One of our collegues attended at Microsoft Build Developer Conference and came home with an Acer Iconia W3 and a Surface Pro tablet. So we could test PTV xServer .NET with multi-touch on Windows 8. We’ve added a pinch-zoom function, so multi-touch will be fully supported in the next version.…
-
Use Bing maps – How to insert satellite imagery
Downloading Bing map tiles from Microsoft is available for PTV Developer Components. Avoiding misunderstandings only satellite imagery is downloadable in order to combine these map tiles with PTV Maps.
The document we uploaded to the PTV Components customer area (go to customer area > PTV xServer > documents) describes what to do in order to integrate satellite imagery e.g.…
-
Ways to integrate a touch-friendly PTV xServer map for the Windows 8 UI
The “Windows 8 Modern UI” (formerly known as “Metro”) defines a new programming model for apps which supports tablets and other touch devices.
Accessing xServers from these apps is simple: Just use SOAP with C#/VB or the new JSON API (see blog post of September 2012) with JavaScript to access the xServer functions directly from a Windows 8 app.…
-
Howto create your own webservice clients for PTV xServers
Some time ago the PTV xServer development team was asked whether it was possible to create a web service client without our provided java clients and the bundled cxf framework.
The simple answer is: Yes! Those who would like to take the adventure and try it themselves should read on…What you need for this
The prerequisites for this little sample are the following:
- A JDK 6, or newer,
- A Maven2 or Maven3 installation,
- PTV xRoute Server (the sample runs with xRoute 1.16 but it should work with older versions too)
Create a Maven project
First of all we create a new directory and set up a Maven project file named
pom.xml
… -
An awesome toy for PTV xTour starters: The new code samples
Dear customers,
today I would like to to draw your attention to a rework and extension of our
Code Sample Browser
We made a layout change, implementing a navigation menu with the entries sample, code and description at the bottom of the samples’ tabs.…