Vertaling van "mapserv" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Une autre manière pratique pour tester votre mapfile est d'appeler l'exécutable CGI mapserv par la ligne de commande, comme ce qui suit
Another handy way to test your mapfile is to call the mapserv CGI executable at the command line, such as the following
Avertissement Assurez vous de vous lier avec un fichier mapserv installé (après avoir lancé 'make install') et PAS avec l'endroit où il a été compilé.
Make sure you are linking against the installed mapserv file (after running 'make install') and NOT against where it was compiled in your source tree.
Vous devriez essayer d'exécuter la ligne de commande mapserv -v, afin de s'assurer que MapServer charge correctement.
You should try to execute mapserv -v at the command line, to make sure that MapServer loads properly.
Le programme MapServer lui-même consiste en un seul fichier, le binaire exécutable "mapserv".
The MapServer program itself consists of only one file, the "mapserv" binary executable.
MAPSERV pointe vers votre exécutable MapServer, et MAPFILE pointe vers le mapfile que vous voulez que MapServer utilise.
MAPSERV points to your MapServer executable, and MAPFILE points to the mapfile you want MapServer to use.
Pour exécuter mapserv ou bien shp2img, passez le nom de l'exécutable en tant qu'argument à la commande "gdb".
To run either mapserv or shp2img, give the name of the executable as an argument to the "gdb" command.
Si cette variable n'est pas définie alors rien ne change et le programme CGI mapserv accepte toujours les chemins de fichiers et ensuite les appels vers le programme CGI mapserv doivent utiliser des variables d'environnement pour le paramètre map=...
If this variable is not set then nothing changes and the mapserv CGI still accepts explicit file paths via the map=... URL parameter.
Le script suivant est un wrapper pour les requêtes GET CGI qui doit être assez générique pour être lancé à partir de n'importe quel Système d'Exploitation avec /{MAPSERV}
The following shell scripts are wrappers for CGI GET requests that should be generic enough to run on any OS with/bin/sh. Alternative 1