4 lines
321 B
Makefile
4 lines
321 B
Makefile
download_map:
|
|
curl -o ./data/staticmap.png https://maps.googleapis.com/maps/api/staticmap\?center\=53.541962,%209.993402\&zoom\=15\&size\=540x540\&key\=AIzaSyARgP_FKFXsrcgVd_HVWoIfH5N8-a88wlQ\&map_id\=2f371c2346218fe8
|
|
python imgconvert.py -i ./data/staticmap.png -o components/mapView/include/staticmap.h -n staticmap
|