MatthewClarkMay / geoip-attack-map

Cyber security geoip attack map that follows syslog and parses IPs/port numbers to visualize attackers in real time.
Apache License 2.0
353 stars 204 forks source link

unable to display the map #24

Open baboulinet382 opened 6 years ago

baboulinet382 commented 6 years ago

capture3

Hey guys,

When I install geoip-map-attack everything works fine except the world map display.

Can you help Me Please.

Thanks

gerszo88 commented 6 years ago

Hi! You need to create a MapBox Account and then put de map code into the code.

soulserkut commented 6 years ago

edit: changing my answer

https://www.mapbox.com/developer-network/

I don't know about the paid thing. It is pay as you go but I did not have to give up any payment information before getting an API token through the dev network link.

neertel commented 5 years ago

Create a MapBox Account and then copy Default public token and paste under /AttackMapServer/static$ vi map.js
L.mapbox.accessToken = "pk.1MCJ9.OLZ1qvbmkiLiY2pxd213b2eyh0MTd2CJhIjoeTQybZ4dDYiaZA8HdzVhdT1NSm4HPC2w";

Restart the Application server and it should work

rocheston commented 4 years ago

I can't get the map to display as well. blank. I configured the API key and maps style, still blank.

thecowmilk commented 2 years ago

Yes also me when I update the key it wont show the map. Any help?

catalins95 commented 2 years ago

In index.html change this mapbox js and css versions from 2.3.0 to 3.3.1(latest) and it will load your world-map

markchua88 commented 3 months ago

i changed mapbox js and css versions from 2.3.0 to 3.3.1(latest) but still not loading the map. Can some one help?