ラベル MapsGP の投稿を表示しています。 すべての投稿を表示
ラベル MapsGP の投稿を表示しています。 すべての投稿を表示

2016年3月7日月曜日

MapsGP Ver.3.60

Add 2016 Formula One season data.




Click here to download MapsGP.

2015年11月13日金曜日

MapsGP Ver3.50

Add several circuit data, change design, and some changes.



Replace ActionBar with Toolbar.

And ActionBar's NAVIGATION_MODE_TABS is deprecated.
Use PagerTitleStrip / PagerTabStrip.

2015年6月28日日曜日

2015年4月23日木曜日

MapsGP ver.3.42

Delete German Grand Prix from list of 2015 season.

Click here to check my Android apps, MapsGP.

2015年3月10日火曜日

2014年12月22日月曜日

MapsGP ver.3.40

Apps can draw circuit course line. From preference menu, check "Draw Circuit Line".



MapsGP can be down loaded from Google Play.

2014年10月18日土曜日

MapsGP ver.3.30

Update MapsGP to version 3.30.
Main screen has some changes.



Change steering wheel image, draw in detail.



Add play and pause button. When Google Maps doesn't show image, click pause button to wait loading image.

Click here to check my Android apps, MapsGP.


2014年10月8日水曜日

Feature Graphic for MapsGP

Draw circuit image for feature graphic.

Sochi Olympic Park Circuit

Click here to check on Google Play Store.


Memo: How to make circuit image

1. Create MyMap and draw a line
2. Export to KML
3. Change KML data to CSV
 KML data is
  <coordinates>136.54068000000007,34.842974,0.0 136.541429,34.842233,0.0......</coordinates>
 data means longitude, latitude, altitude, longitude, latitude......
 transform to
  136.54068000000007,34.842974
  136.541429,34.842233
4. Convert CSV to DXF by CSVtoDXF
5. Convert DXF to SVG by VectorToVector and save as svg format.
6. Edit vector data