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
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
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.