![]() |
2007-05-22
, 18:31
|
Posts: 86 |
Thanked: 3 times |
Joined on Apr 2007
|
#51
|
![]() |
2007-05-22
, 19:54
|
Posts: 481 |
Thanked: 190 times |
Joined on Feb 2006
@ Salem, OR
|
#52
|
![]() |
2007-05-22
, 23:05
|
|
Posts: 1,245 |
Thanked: 421 times |
Joined on Dec 2005
|
#53
|
Here is an idea.
Make in the db where you want to keep the map tiles two tables.
one coordinates and CRC of the image tile and in the second table the CRC of the image and the image. This way you can exclude duplicates, we'll have only one tile that is blue... or white... or whatever.
you make the CRC as a unique key in the images table.
when you insert, you insert in both tables, in the image table the insert will fail (if the CRC is already there). this way you won't have to check if the image is already in the table before inserting.
What do you think?
![]() |
2007-05-24
, 11:15
|
Posts: 18 |
Thanked: 0 times |
Joined on May 2006
|
#54
|
![]() |
2007-05-24
, 11:44
|
Posts: 62 |
Thanked: 3 times |
Joined on Feb 2006
@ Italy
|
#55
|
Here is an idea.
Make in the db where you want to keep the map tiles two tables.
one coordinates and CRC of the image tile and in the second table the CRC of the image and the image.
![]() |
2007-05-24
, 16:52
|
Posts: 481 |
Thanked: 190 times |
Joined on Feb 2006
@ Salem, OR
|
#56
|
![]() |
2007-05-24
, 19:20
|
|
Posts: 1,245 |
Thanked: 421 times |
Joined on Dec 2005
|
#57
|
![]() |
2007-05-24
, 20:21
|
Posts: 481 |
Thanked: 190 times |
Joined on Feb 2006
@ Salem, OR
|
#58
|
![]() |
2007-05-24
, 23:40
|
Posts: 2 |
Thanked: 0 times |
Joined on May 2007
|
#59
|
![]() |
2007-05-25
, 00:50
|
Posts: 165 |
Thanked: 5 times |
Joined on Jan 2007
@ Boston MA USA
|
#60
|
<html> <head> <title>403 Forbidden</title> <style> body { font-family: Arial, sans-serif; } </style> </head> <body bgcolor="#ffffff" text="#000000" link="#0000cc" vlink="#551a8b" alink="#ff0000"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td><b><font face=times color=#0039b6 size=10>G</font><font face=times color=#c41200 size=10>o</font><font face=times color=#f3c518 size=10>o</font><font face=times color=#0039b6 size=10>g</font><font face=times color=#30a72f size=10>l</font><font face=times color=#c41200 size=10>e</font></b></td> <td valign=middle width="100%" style="padding-left: 10px"> <table bgcolor="#e5ecf9" width="100%" cellpadding="0" cellspacing="0" border="0" style="border-top: 1px solid #3366cc"> <tr> <td><font size="+1"> <b>Error</b></font></td> <td align="right" nowrap><font size="-1"> </font></td> </tr> </table> </td> </tr> </table> <blockquote> <h1>We're sorry...</h1> <p>... but your query looks similar to automated requests from a computer virus or spyware application. To protect our users, we can't process your request right now. </p> <p>We'll restore your access as quickly as possible, so try again soon. In the meantime, if you suspect that your computer or network has been infected, you might want to run a <a href="http://www.download.com/Antivirus/3150-2239-0.html"> virus checker</a> or <a href="http://www.download.com/sort/3150-8022-0-1-4.html">spyware remover</a> to make sure that your systems are free of viruses and other spurious software. </p> <p>We apologize for the inconvenience, and hope we'll see you again on Google. </blockquote> <br><table width=100% cellpadding=0 cellspacing=0> <tr><td bgcolor=#3366cc><img alt="" width=1 height=3></td></tr> </table> </body> </html>