Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Background: When I generate the code for my mapping project, only one map will run, regardless of which file type I send in to the command.

I would like to modify the project code generation so that when the maps are generated the applicationConsole.cs allows multiple files and file types, and chooses the appropriate map based upon the parameters I send in.

so far, my project contains 4 maps, each one is different and has a parameter indicating whether or not to run the map. Once the code is generated, the applicationConsole.cs does not differentiate when running the maps. the first map listed in the applicationConsole.cs is run and the others are not. if the first map matches the given parameters, the output is correct, but if the next file coming in does not match, the console closes rather than moving on to the next map.

I am trying to avoid direct manipulation of the applicationConsole.cs, due to having to generate the code frequently.

the question: Does anyone know how to modify the output of Mapforce Project code generation to add a switch for map type based on file type?

share|improve this question

1 Answer

In altova mapforce Application Install Directory,there is one SPL Directory. this is generate auto generate code as per your selected Language.

Take the backup of that Directory and modify SPL Directory code as per your requirement. You need to learn SPL (Spy Programming Language) .

http://manual.altova.com/Mapforce/mapforce-enterprise/index.html?cgthewaytospl(spyprogrammingla.htm

If you need anything else then please inform me here. I have Good command on Customize the SPL.

Thank you

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.