The-Last-Escape Posted May 1, 2007 Share Posted May 1, 2007 I have tried and tried to figure this out but have come to a dead end. I am trying to draw a line from multiple x,y points. The points are stored in a mysql database (extracted from a shape and dbx file). So point_id 1 might have 10 x,y coordinated and point_id 2 may have 20 (there in 6000 pont_id's all up - its just needs to run once on my own box so system resourses arn't a problem). I don't even know if GD's imageline would be able to do this? Any ideas? Link to comment https://forums.phpfreaks.com/topic/49449-image-line/ Share on other sites More sharing options...
Thierry Posted May 1, 2007 Share Posted May 1, 2007 I suppose a possible option is to generate all those points by using a 1x1 pixel sized image (black dot) and giving it style="position: absolute; left=Xcoordinate; top=Ycoordinate". Not sure though. Link to comment https://forums.phpfreaks.com/topic/49449-image-line/#findComment-242348 Share on other sites More sharing options...
The-Last-Escape Posted May 1, 2007 Author Share Posted May 1, 2007 Right ok thanks for your help Link to comment https://forums.phpfreaks.com/topic/49449-image-line/#findComment-242352 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.