SA-MP Forums Archive
[Tool/Web/Other] SanMap - San Andreas in ****** Maps - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Tools and Files (https://sampforum.blast.hk/forumdisplay.php?fid=82)
+---- Thread: [Tool/Web/Other] SanMap - San Andreas in ****** Maps (/showthread.php?tid=504181)

Pages: 1 2 3


Re: SanMap - San Andreas in ****** Maps - BillyPealot - 06.04.2014

Hey, I got a little issue.

I got "Map" & "Satellite" as is added as default, but the map icon is not at the same location when I switch between those two.

This is correct: Satellite
This is wrong: Map
The pictures was taken at the same zoom-level & location. I use the maps which is provided in the first post from Ian-Albert.com


Re: SanMap - San Andreas in ****** Maps - ikkentim - 06.04.2014

Quote:
Originally Posted by BillyPealot
Посмотреть сообщение
Hey, I got a little issue.

I got "Map" & "Satellite" as is added as default, but the map icon is not at the same location when I switch between those two.

This is correct:Satellite
This is wrong:Map
The pictures was taken at the same zoom-level & location. I use the maps which is provided in the first post from Ian-Albert.com
Can you show me your code? Or a weburl of you host it online, so i can check it out?

It might have something to do with the bug i mentioned in the OP, which ill fix when i have time


Re: SanMap - San Andreas in ****** Maps - BillyPealot - 06.04.2014

Quote:
Originally Posted by ikkentim
Посмотреть сообщение
Can you show me your code? Or a weburl of you host it online, so i can check it out?

It might have something to do with the bug i mentioned in the OP, which ill fix when i have time
It works now, I re-made the tiles for both sat and map. Not quite sure what the problem was, but it was probably my fault ^^
I will let you know if this happens again, but for now, thanks! SanMap is awesome!


Re: SanMap - San Andreas in ****** Maps - ikkentim - 06.04.2014

Quote:
Originally Posted by BillyPealot
Посмотреть сообщение
It works now, I re-made the tiles for both sat and map. Not quite sure what the problem was, but it was probably my fault ^^
I will let you know if this happens again, but for now, thanks! SanMap is awesome!
Thanks


Re: SanMap - San Andreas in ****** Maps - Kyle - 07.04.2014

Any progress with a higher res map image?


Re: SanMap - San Andreas in ****** Maps - ikkentim - 07.04.2014

Quote:
Originally Posted by KyleSmith
Посмотреть сообщение
Any progress with a higher res map image?
You mean generating it? Or using yours (got that working on the example page: click)


Re: SanMap - San Andreas in ****** Maps - KayJ - 24.07.2014

Nice


Re: SanMap - San Andreas in ****** Maps - Efflictim - 25.07.2014

GREAT!


Re: SanMap - San Andreas in ****** Maps - nimagame - 13.08.2014

Hi.
I have a errore.
SanMap tile cutter has stopped working!
Please help me!


Re: SanMap - San Andreas in ****** Maps - ikkentim - 13.08.2014

Quote:
Originally Posted by nimagame
Посмотреть сообщение
Hi.
I have a errore.
SanMap tile cutter has stopped working!
Please help me!
Do you have 64bits or 32bits version of windows? What settings did you use?


Re: SanMap - San Andreas in ****** Maps - nimagame - 13.08.2014

I have windows 7,32 bit,Ultimate.


Re: SanMap - San Andreas in ****** Maps - nimagame - 15.08.2014

Nobody can help me?


Re: SanMap - San Andreas in ****** Maps - ikkentim - 15.08.2014

Quote:
Originally Posted by nimagame
Посмотреть сообщение
Nobody can help me?
Could you try the following:

-Delete the contents of SanMap/binaries/magick

-Download http://www.imagemagick.org/download/...86-windows.zip

-Copy the contents of ImageMagick-6.8.9-6-Q16-x86-windows.zip/ImageMagick-6.8.9-6 to SanMap/binaries/magick

- Try running tile cutter again. Can you tell me if this solved the problem?


Re: SanMap - San Andreas in ****** Maps - nimagame - 15.08.2014

It not fixed.
Can you upload the TileCutter.exe?
I think TileCutter have a problem.


Re: SanMap - San Andreas in ****** Maps - ikkentim - 15.08.2014

Quote:
Originally Posted by nimagame
Посмотреть сообщение
It not fixed.
Can you upload the TileCutter.exe?
I think TileCutter have a problem.
The source of tile cutter is available on github. Does the application crash when you start it or when you start cutting up an image?


Re: SanMap - San Andreas in ****** Maps - nimagame - 16.08.2014

Quote:
Originally Posted by ikkentim
Посмотреть сообщение
The source of tile cutter is available on github. Does the application crash when you start it or when you start cutting up an image?
When i'm start the application,it crashed.


Re: SanMap - San Andreas in ****** Maps - Steel_ - 20.02.2015

Now, let's implement street view.


Re: SanMap - San Andreas in ****** Maps - ikkentim - 13.05.2016

Quote:
Originally Posted by Ralfie
Посмотреть сообщение
Hi, thanks for this! I have two questions:
Is it possible to change the default positions from 0,0 to point at anything else?
Is it possible to link people to a certain info window to pop up when they click the link? (using lat/lang maybe?)
These sound like ******Maps questions

http://stackoverflow.com/questions/5...et-more-points
https://developers.******.com/maps/d...fowindows#open


Re: SanMap - San Andreas in ****** Maps - Johhnyllll - 24.04.2017

Quote:
Originally Posted by ikkentim
View Post
You're creating one big polygon, create separate polygons instead.
I have 104 gang zones. I don't want, for each one create a separate variable...
Need to find an alternative solution, if it exists of course...


Re: SanMap - San Andreas in ****** Maps - ikkentim - 24.04.2017

Quote:
Originally Posted by Johhnyllll
View Post
I have 104 gang zones. I don't want, for each one create a separate variable...
Need to find an alternative solution, if it exists of course...
use an array, or otherwise, simply do not keep a reference to them outside of your for/each loop.