Samples
Some simple samples
- My first map
- Import data
- Map process
- Intervals on map
- Clients on a road map
- Import Shapefiles
Intervals on the map with color schemes
- Menu Fichier -> Ouvrir un fond de carte (.msh) and choose map SOURCES.FranceDepIGN_GEOREF
- In the data table under the map, select ANALYSE1 column by clicking on a cell
- Right-click -> Variable SECTEUR -> Discrétiser en classes
- Menu Carte -> Schéma de couleur, choose color scheme FL, and apply
You can also execute this code :
Proc COUCHEMSH ;
Ouvre Fichier = 'SOURCES.FranceDepIGN_GEOREF' IsFondCarte ;
Select CARTE ;
SetVarAnalyse Var = 'ANALYSE1' SchemaCouleurs = FL ;
CalqueCouche NomCalque = 'CADRE ET ARRIERE-PLAN' NotVisible ;
Finproc ;