I'm very new to WordPress and trying to work out an issue that in theory is easy but in practice has been frustratingly difficult.
I have a database with 5 columns and each contains a co-ordinate. I want to create a page where a user selects some filters and it returns the corresponding row of 5 co-ordinates. I then want these co-ordinates to be added onto a picture of a map as numbers that reflect the column number.
I.e. user filters imply row 5, where column 1 is co-ordinates (a,b) and column 2 is co-ordinates (c,d).. so on the picture a number (1) will appear at (a,b) and a (2) at (c,d).. preferably I'd also add an arrow pointing from 1 to 2 (and 2 to 3, etc..) but starting simple!
Edit: The picture is a map that I have and doesn't need to be uploaded by the user!
How would you suggest I approach this problem?
Thanks!
p.s. I can code this functionality on Python, if that helps!
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745045541a4608074.html
评论列表(0条)