Skip to main content
Question

Visualize collection of WMS-data to web

  • October 31, 2016
  • 5 replies
  • 17 views

peteralstorp
Contributor
Forum|alt.badge.img+7

Hi again, fellow FME:ers!

My organisation has collected a great number of WMS-links relavant to many of our employees. Currently these links are saved in an ArcMap MXD for documentation purposes (of course they can easily be extracted to tabular data via Python or similar).

Our next task is to visualize these links on an internal web map where the links can be categorized and turned on and off.

(As a future bonus we have discussed the option to have tools next to the links which will automate the procedure to open the specific wms in the GIS tool of your choice. But this is only a bonus...)

Can we use FME Server to do this in an easy way? Or what set of tools would you recommend? Any suggestions or input will be highly appreciated!

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

5 replies

itay
Supporter
Forum|alt.badge.img+18
  • Supporter
  • October 31, 2016

Hi @peteralstorp, If I understand you correctly and you intend to try and use FME for the visualization of the WMS services, then I would strongly recommend looking for another tool, since FME is a translation tool and not made for visualizations such as a web portal.

If your intention was different , please elaborate.

Itay


peteralstorp
Contributor
Forum|alt.badge.img+7
  • Author
  • Contributor
  • October 31, 2016

Hi @peteralstorp, If I understand you correctly and you intend to try and use FME for the visualization of the WMS services, then I would strongly recommend looking for another tool, since FME is a translation tool and not made for visualizations such as a web portal.

If your intention was different , please elaborate.

Itay

Thanks for your input, Itay. I'm more interested in using FME Server for handling the data and outputting relevant information for the visualization. The actual visualization however will be carried out in other tools. But still, not a good idea, you reckon?

Forum|alt.badge.img+2
  • November 4, 2016

there are quite a few examples of using FME with websockets on our KnowledgeCenter. For example: https://knowledge.safe.com/articles/1305/websockets-and-fme-server.html


itay
Supporter
Forum|alt.badge.img+18
  • Supporter
  • November 5, 2016
Thanks for your input, Itay. I'm more interested in using FME Server for handling the data and outputting relevant information for the visualization. The actual visualization however will be carried out in other tools. But still, not a good idea, you reckon?
If I understand you better, than FME Server CAN leverage the data and serving of the visualization information.

 

 


peteralstorp
Contributor
Forum|alt.badge.img+7
  • Author
  • Contributor
  • November 7, 2016

there are quite a few examples of using FME with websockets on our KnowledgeCenter. For example: https://knowledge.safe.com/articles/1305/websockets-and-fme-server.html

Thanks, Mark. That looks interesting for a number of reasons.