France added to MercatorWorld
Posted: Mon Dec 23, 2013 10:41 pm
I am developing programs to plot cities on a map.
It is flexible for adding different countries and intended for making a game with it so that you learn your topography with fun.
The programs display major cities and if you touch the city-dot, its name will be displayed, with some info and the distance to your home.
A screenshot is attached.
Available programs: "Netherlands", "Russian Federation", "Russian Southwest" and "World".
Furthermore I have made PDF-files with background info on Mercator-projection.
The complete folder and its zipped version are available via DropBox.
The content of the folder is described in the file "-READme.txt"
The folder and the zipped folder can be accessed at https://www.dropbox.com/sh/mx60yc9yua7y ... bTW4a?dl=0
Modifications:
20131224
GPStimeOut added to Program section > Constants. TimeOut changed to 5000msec, was 3000
Removed x-y valus in text-bar
Attached zipped folder removed. Changes to DropBox-folder goes faster and easier
20131228
- Added call to GPSCOUNT in function 'Home', which is in accordance with example "my GPS position"
- Facility added to set home-position, if GPS is not active
- Textbar removed, replaced by info-section and field for city-info with "parchment.png" as background
- touched city indicated with circle and straight line to home
- text font and size adapted for iPad or iPhone
- Finish-button added, with goodbye message
20131229
- makeover from background of instruction&info-panel
- line, between home and selected city, made 'moving'
- added a bar with signature as display border below the map
20140101
- Added "languages.txt" and made the program multilingual
Available languages are: English, Dutch, German and French.
Feel free to correct my translations or to add another language
20140102
- Minor wrap-around problem on display repaired.
20140113 Subject: MercatorWorld: Russia added
Complete restyling and organisation
- Changed names of files. Major program files in capitals, rest in lower case
- Added number of columns as data-item in city-file. Table-array is now initiated with the correct size
- Home function has now timeout parameter: Home(TimeOut). Now no global parameter need to be set: was GPStimeOut
- Debug solved in FoundCity. Search did not result in nearest city
- Files and folders reorganised for easier expansion with other countries
- "Russia" added with 'zoom'-version for SouthWest area.
- Functions adapted and added for better handling of invalid GPS and Home-position outside map.
- "languages.txt" reorganised.
- Image-background of text-panels changed to rounded rectangles for easier adaption of size, more text, larger textsize and cooler style.
- screenshot renewed
20140118
- Language is now set by the variable 'Language' in the first line of the program
- Russian district names are now dependent on the 'Language' variable
- The Netherlands is added to MercatorWorld. The program to run is named 'Nederland'. The local language is chosen for that name because that name (program-name) occurs in the top-bar during run-time.
- For the same reason the names of the Russian programs has been adapted.
- Documentation files on Mercator-projection have been corrected on minor details.
- Several other files have been adapted/corrected
20140119
- The appearance of the spots representing the cities have been improved.
The function 'PloitCities' in the file "mercatormap-b.txt" makes now a call to the function 'Plot(n,x,y)' which should be located in the main 'country'-programfile.
In this way e.g. district-capitals can be given a different appearance
- The default city-spot is now in two contrasting colours (field and border) for better visibility.
- The appearance of the city-spots in the MercatorWorld-'countries' have been changed accordingly.
- The city-list for Russia have been sorted such that the largest cities are plotted at the end and can thus not be obscured by other cities.
- The capital cities of the Netherlands have also been shifted to the end of the file for the same reason.
20140120
A few bugs repaired
- No scientific notation for large city-size
- 'Billboard' panel adapted regarding panelsize and textsize
- Languages file extended with "No GPS-data"
20140225
- moving circles realised as sprites
- sprites only generated once, opened in edit-mode if redrawn
- France added
The folders on DropBox are updated
It is flexible for adding different countries and intended for making a game with it so that you learn your topography with fun.
The programs display major cities and if you touch the city-dot, its name will be displayed, with some info and the distance to your home.
A screenshot is attached.
Available programs: "Netherlands", "Russian Federation", "Russian Southwest" and "World".
Furthermore I have made PDF-files with background info on Mercator-projection.
The complete folder and its zipped version are available via DropBox.
The content of the folder is described in the file "-READme.txt"
The folder and the zipped folder can be accessed at https://www.dropbox.com/sh/mx60yc9yua7y ... bTW4a?dl=0
Modifications:
20131224
GPStimeOut added to Program section > Constants. TimeOut changed to 5000msec, was 3000
Removed x-y valus in text-bar
Attached zipped folder removed. Changes to DropBox-folder goes faster and easier
20131228
- Added call to GPSCOUNT in function 'Home', which is in accordance with example "my GPS position"
- Facility added to set home-position, if GPS is not active
- Textbar removed, replaced by info-section and field for city-info with "parchment.png" as background
- touched city indicated with circle and straight line to home
- text font and size adapted for iPad or iPhone
- Finish-button added, with goodbye message
20131229
- makeover from background of instruction&info-panel
- line, between home and selected city, made 'moving'
- added a bar with signature as display border below the map
20140101
- Added "languages.txt" and made the program multilingual
Available languages are: English, Dutch, German and French.
Feel free to correct my translations or to add another language
20140102
- Minor wrap-around problem on display repaired.
20140113 Subject: MercatorWorld: Russia added
Complete restyling and organisation
- Changed names of files. Major program files in capitals, rest in lower case
- Added number of columns as data-item in city-file. Table-array is now initiated with the correct size
- Home function has now timeout parameter: Home(TimeOut). Now no global parameter need to be set: was GPStimeOut
- Debug solved in FoundCity. Search did not result in nearest city
- Files and folders reorganised for easier expansion with other countries
- "Russia" added with 'zoom'-version for SouthWest area.
- Functions adapted and added for better handling of invalid GPS and Home-position outside map.
- "languages.txt" reorganised.
- Image-background of text-panels changed to rounded rectangles for easier adaption of size, more text, larger textsize and cooler style.
- screenshot renewed
20140118
- Language is now set by the variable 'Language' in the first line of the program
- Russian district names are now dependent on the 'Language' variable
- The Netherlands is added to MercatorWorld. The program to run is named 'Nederland'. The local language is chosen for that name because that name (program-name) occurs in the top-bar during run-time.
- For the same reason the names of the Russian programs has been adapted.
- Documentation files on Mercator-projection have been corrected on minor details.
- Several other files have been adapted/corrected
20140119
- The appearance of the spots representing the cities have been improved.
The function 'PloitCities' in the file "mercatormap-b.txt" makes now a call to the function 'Plot(n,x,y)' which should be located in the main 'country'-programfile.
In this way e.g. district-capitals can be given a different appearance
- The default city-spot is now in two contrasting colours (field and border) for better visibility.
- The appearance of the city-spots in the MercatorWorld-'countries' have been changed accordingly.
- The city-list for Russia have been sorted such that the largest cities are plotted at the end and can thus not be obscured by other cities.
- The capital cities of the Netherlands have also been shifted to the end of the file for the same reason.
20140120
A few bugs repaired
- No scientific notation for large city-size
- 'Billboard' panel adapted regarding panelsize and textsize
- Languages file extended with "No GPS-data"
20140225
- moving circles realised as sprites
- sprites only generated once, opened in edit-mode if redrawn
- France added
The folders on DropBox are updated