Samples
Some simple samples
- My first map
- Import data
- Map process
- Intervals on map
- Clients on a road map
- Import Shapefiles
Put clients on a road map
Download zip file and deflate it in the SOURCES library of Migratio to run this sample.
Téléchargez le fichier de clients de l'exemple
- Menu Fichier -> Ouvrir -> Ouvrir Open Resters (...)
- Select lng/lat range that you need.
To put clients on the map, you've got differents technics :
- Open a Migratio (.msh) file that you own
- Import a data file (.mig) with lng / lat coordinates Couches -> Points -> Import automatique d'un fichier de positions de points
- Draw a new points layer Couches -> Points -> Ajouter une couche de points
- In the Migratio Explorer window, library SOURCES, drag and drop ClientsSample.msh file and add a layer to the map
- In the data panel combobox, choose POINTS to activate clients layer
- In the data panel, select CA column by clicking on a cell
- Right-click -> Variable CA -> Afficher / masquer les diagrammes
You can also run this code :
$Ouverture du fond de CARTE raster virtual earth roads;
Proc COUCHEMSH;
NoRedraw ;
OpenRasters Type = VirtualEarthRoads IsFond
Lat1 = 45 Lat2 = 51 Lon1 = -7 Lon2 = 0 ;
Finproc;
Proc COUCHEMSH ;
Ouvre Fichier = 'SOURCES.ClientsSample' nomcouche = 'CLIENTS';
Select Point = 'CLIENTS' ;
SetDisques HMax = 50 LMax = 50 Var = 'CA' Nom = BouleRouge ;
Finproc ;