Flying along route Cesium JS - cesiumjs

I just started experimenting with Cesium JS, loaded my data in WMS and WFS from Geoserver.
What I want to do now is how can I create an animation to fly along the tracking route ??
I want to achieve the same result as veloviewer more or less.
I've searched through forums but what I found is mostly about how to fly to a certain location.
Regards,
Yogi

Related

Autodesk Forge: How to get started with creating a configurator

I am extremely new to Web Development. I'm trying to create a configurator application that can load a part into the viewer, have a menu to modify its dimensions, and update the viewer. So far, I developed a basic Web Application that can create a bucket, upload a file, translate it, and load it into the viewer following this tutorial: https://forge.autodesk.com/developer/learn/viewer-app/overview
Now, I would like to request custom dimensions from the user and update the file with those dimensions. I'm not sure how I can get started with this as I have very little knowledge on the subject. This is the link I found for modifying models: https://learnforge.autodesk.io/#/tutorials/modifymodels
What would be the basic steps to incorporate the modify models code to this? Also, would I need to download AutoCAD/ Inventor/ Revit/ 3ds max to run or test this code? I'm feeling lost and am not sure where to go from here. Any help would be greatly appreciated.
Here is a more complete sample for Inventor: https://github.com/Autodesk-Forge/forge-configurator-inventor

Map path between two points Ionic 2 offline

How to get a path offline between two points using my actual location ?
Is there a way to get it ? i read there is a library called Leaflet which can run offfline.
You might use de geolocalization native plugin and some javascript to paint a line between two points. I don't know about leaflet, but opne layers is a good tool to create offline maps.
https://ionicframework.com/docs/v2/native/geolocation/ .
http://openlayers.org/
I'm too trying to do something with offline map in ionic. Please post whatever you do with this resorcer and I'll do the same :)

Is there any tool to creating big size OpenStreetMap JPEG map

I want to ask some question to all of you.
Recently i got request from my friend to create several OpenStreetMap JPEG map with various size (from 1.5km x 1.5km, 12km x 12km, and 96km x 96km) in country level.
I wondering is there any tool or software to be able to create the map with size like that (from 1.5km x 1.5km until 96km x 96).
I already tested with QGIS map composer but it seems they only allow to create until 100.000 mm.
Thank you!
You can fetch the tiles you are interested in (be sure to read and follow the tile usage policy!). Which tiles to fetch can be calculated, take a look at the slippy map tilenames page. Then just stitch your JPEGs together to a large image, for example by using imagemagick.
Alternatively you can use bigmap / bigmap2 which does something very similar.
I wonder if something like Hugin would work as it could automatically align the tiles.
I have successfully rendered large maps for printing posters using nik2img.
The process is roughly the following:
Import data for the area you need to render from OpenStreetMap to a local PostgreSQL server. You can get area extracts from various sources.
Render the data from local database to image with nik2img.

Cannot get JSON data to display on Leaflet map

I've been struggling with getting leaflet markers to display on a map by pulling in data from a JSON file. I think I'm missing something very fundamental, since I can even copy working example files from Plunker and load them to my hosts web server. It just display's the base map but no markers from the JSON file.
Search "displaying .json files in leaflet" in Stack Overflow and check Plunker link under the one answer to see the example I've been trying to make work on my hosts web server.
I'm placing all four files in the same folder on the web server. Works fine when I run it on Plunker, but not on my hosts web server. Host is GoDaddy :(. I don't get any error messages, just an empty base map layer.
Is there some setting that may be blocking this? Totally stumped. Note, that I can get it to work fine if I hard code my marker data into the web page, but for the project I'm working on there will be way to many data points, so need to pull this from an external file. Here is "live" test example where I just hard code data into web page: http://bwcawild.com/PMA-Pitfall-Lake/Test-Lake/Test2-Lake.html
Anyone got any ideas on this? Thanks for your help.

How to plot markers in Maps Components or Google Maps Overlay Component - Pentaho?

I'm using Pentaho 4.8 and the plugin CDE for showing information in maps. I have followed the Map Component Reference, but I don't know what I am missing. The resultset is as they mentioned, but when I launch the preview it doesn't end to load.
I don't know what else I have to create, maybe a js file with something unknown? Help me please.
Do the samples work ?
If they do, you must be missing some step. Check the javascript console logs. maybe those will give you a clue.