e******l 发帖数: 50 | 1 需要做的一个project。关于城市水管的GIS图,好些地方有leakage 的histroy。现在
的问题是,能不能用什么方法达到这样的效果。就是将鼠标点到哪儿,就会像flash(
google map之类)出现这一点leakage history. 该如何操作呢? 多谢 |
A****S 发帖数: 978 | 2 Superlink?
【在 e******l 的大作中提到】 : 需要做的一个project。关于城市水管的GIS图,好些地方有leakage 的histroy。现在 : 的问题是,能不能用什么方法达到这样的效果。就是将鼠标点到哪儿,就会像flash( : google map之类)出现这一点leakage history. 该如何操作呢? 多谢
|
e******l 发帖数: 50 | 3 details? 在哪里可以找到这个superlink? |
m*l 发帖数: 507 | 4 You have to write some code to achieve that.
Also it depends on your data structure. If you have the history as a
separate table, you have to do some query to retrieve the records from that
table and display it.
If you are familiar with programing, it can be done quite easily with VBA.
If not, I suggest you to do the following,
Assume you have two tables, one is the pipe/node feature, the other is the
history. Do a relate of the two table, have both table open,select a pipe of
node using the sel |
e******l 发帖数: 50 | |
j******w 发帖数: 559 | 6 可能powerpoint可以比较简单,如果只是为了做vpresentation.
【在 e******l 的大作中提到】 : 需要做的一个project。关于城市水管的GIS图,好些地方有leakage 的histroy。现在 : 的问题是,能不能用什么方法达到这样的效果。就是将鼠标点到哪儿,就会像flash( : google map之类)出现这一点leakage history. 该如何操作呢? 多谢
|