Google Maps Factorio style


Create a Google Maps-like map of your Factorio game

Tweaks
6 years ago
0.13 - 0.16
55

g No longer able to drag map

6 years ago

This mod is super freaken cool for screenshots, I wish I had found it earlier! I have run into an issue where the maps wont drag? It was functioning properly a couple days ago with the same maps. https://nics-factorio-maps.000webhostapp.com/FactorioMaps/SeaBlockDay30/index.html#2.65,2.81,3

6 years ago

Quick fix - add "?v=3.3" after googleapis script in index file in line #20.

<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?v=3.3"></script>

5 years ago

I tried mp0011's edit and it works. Thanks for the tip!

5 years ago

v.3.3 has been deleted from api. Any ideas how to make this work again? (Or maybe someone has downloaded old version)

5 years ago

"?v=3.3" doesn't work anymore.

5 years ago

Haven't tested extensively, but from quick look at Google's docs and trial & error, changing the line (in the html):
map.addListener('center_changed', update_map);
to:
map.addListener('dragend', update_map);

seems to fix the problem.
Let me know if this does/doesn't fix this.

4 years ago
(updated 4 years ago)

Thanks Sunakujira, works for me!

New response