PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → WEBDEV - How to display statistical data from database on maps
WEBDEV - How to display statistical data from database on maps
Iniciado por Marijan Tomasic, 20,abr. 2018 09:23 - 8 respuestas
Publicado el 20,abril 2018 - 09:23
Hello everyone, I need the help of the brain storm :)

Soon I may be working on a web project that should contain a lot of spatial statistical data stored in the database. It is necessary to display most of the data on the map.

Is there someone's experience and general advice on how to do it in the fastest and most elegant way?
Is it possible to do this using only WEBDEV, and if not, what additional tools do you recommend?
Is it better to use HFSQL or some other database for this purpose?

Thanks!
Publicado el 21,abril 2018 - 04:27
Hi

Db Doesnot matter for this
webdev haa a map control witch allows for putting stuff on the google map.

If this somehow is not powewrfull enough you can use the maps with javascript and then sky is the limit
\

regards
Allard
Publicado el 23,abril 2018 - 07:39
Thank you,

I'm interested in using spatial data types because they offer some new possibilities compared to simply saving coordinates to ordinary types of numeric data. That is why it is important for me to choose the right database.

I know there are a couple of third-party tools to display such data on the map, but I did not use most of them personally, so I'd love to hear your experiences. I would like to avoid the greater part of low level programming in javascript if possible, primarily because of speed and convenience.

For example, I mean tools such as D3.js, heron-mc.org and their alternatives, which do not necessarily have to be free.
Publicado el 23,abril 2018 - 16:59
Quote
Marijan Tomasic

Is it better to use HFSQL or some other database for this purpose?
WB is off limits for me but when it come to using the right DB for the task I would suggest you to check out PostgreSQL. It also have a plugin specially designed to handle Spatial Data.

HTH
Publicado el 24,abril 2018 - 12:24
I found a good source to start exploring if someone else needs it:
http://webmap.ca/JavaScript_Libraries
Publicado el 25,abril 2018 - 21:03
Publicado el 26,abril 2018 - 10:51
http://infosonline.net/ju/

This site looks good but what is it all about?

Was it developed with WebDev? Which components were used?

Provide us with a link to the sample project so we can take a look.

Regards


Ericus Steyn
Publicado el 26,abril 2018 - 18:23
Hi
If this site was created with WebDev 18
I mostly use HTML controls within which the HTML and javascript code rotate.
I can show you if you are interested in something.


Look at my other works:
From this mobile application, data is entered into the MySql database on the server

Mobile for Android:
https://play.google.com/store/apps/details…

recordable data on the server:
http://gps.infosonline.net/
Publicado el 30,abril 2018 - 12:35
It looks really good. Well done.


Ericus Steyn