| |

VerySource

 Forgot password?
 Register
Search
View: 732|Reply: 6

Seek design ideas

[Copy link]

1

Threads

3

Posts

3.00

Credits

Newbie

Rank: 1

Credits
3.00

 China

Post time: 2020-3-16 10:30:01
| Show all posts |Read mode
I want to implement a function, please give me some ideas. .

How should it be achieved.

I use C # .NET to do it.

The function is like this.


On a map, the background can mark information on various locations at will. What the front-end user sees is the map after marking. The user can click on this marked information to enter the corresponding link.


The background can also delete and modify these marked information at will.

Replaced every few days
Reply

Use magic Report

0

Threads

23

Posts

20.00

Credits

Newbie

Rank: 1

Credits
20.00

 China

Post time: 2020-6-15 18:45:01
| Show all posts
GoogleEarth??
It's that simple, Winform is easy to handle, the Web won't!
Reply

Use magic Report

1

Threads

3

Posts

3.00

Credits

Newbie

Rank: 1

Credits
3.00

 China

 Author| Post time: 2020-6-16 02:30:02
| Show all posts
Haha, the problem now is that if you give a picture, you must do it on the picture. And need to be able to modify at any time, delete the annotation information on the picture.


Although it can be achieved with USEMAP, you must manually specify the coordinate information for the picture every time

kind of hard.

Is there any way to automatically obtain the corresponding position coordinates according to the position pulled by the mouse?
Reply

Use magic Report

1

Threads

3

Posts

3.00

Credits

Newbie

Rank: 1

Credits
3.00

 China

 Author| Post time: 2020-6-16 10:00:02
| Show all posts
GoogleEarth??

It’s not that complicated, what I’m talking about is similar to the hot zone on the picture.

It's just that the hot zone is put in the background user's own operation.
Reply

Use magic Report

0

Threads

18

Posts

15.00

Credits

Newbie

Rank: 1

Credits
15.00

 China

Post time: 2020-6-16 11:15:01
| Show all posts
Hey, trouble, is it the same as edushi?
Reply

Use magic Report

0

Threads

22

Posts

18.00

Credits

Newbie

Rank: 1

Credits
18.00

 China

Post time: 2020-6-16 12:30:02
| Show all posts
One layer of the map, one layer of labeling, coordinates and connection information, the page output is a superposition of two layers, and the labeling information of the upper layer can be modified in the background. The problem is only in how you store the labeling information.
Reply

Use magic Report

0

Threads

2

Posts

3.00

Credits

Newbie

Rank: 1

Credits
3.00

 China

Post time: 2020-6-17 02:30:01
| Show all posts
Are you using C/S or B/S?
Judging that it is B/S, you can use DIV to set, that is, the position of DIV is the position you set in advance, and you can change it every time, but the change is to be saved in the database. The position is obtained by using JS The position of the mouse then determines this coordinate, so that the DIV can have a fixed position when displayed on the customer, and the information is also entered into the database in the background.
Reply

Use magic Report

You have to log in before you can reply Login | Register

Points Rules

Contact us|Archive|Mobile|CopyRight © 2008-2023|verysource.com ( 京ICP备17048824号-1 )

Quick Reply To Top Return to the list