PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 2024 → WEBDEV - How to display statistical data from database on maps
WEBDEV - How to display statistical data from database on maps
Started by Marijan Tomasic, Apr., 20 2018 9:23 AM - 8 replies
Posted on April, 20 2018 - 9:23 AM
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!
Posted on April, 21 2018 - 4:27 AM
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
Posted on April, 23 2018 - 7:39 AM
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.
Posted on April, 23 2018 - 4:59 PM
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
Posted on April, 24 2018 - 12:24 PM
I found a good source to start exploring if someone else needs it:
http://webmap.ca/JavaScript_Libraries
Posted on April, 25 2018 - 9:03 PM
Posted on April, 26 2018 - 10:51 AM
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
Posted on April, 26 2018 - 6:23 PM
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/
Posted on April, 30 2018 - 12:35 PM
It looks really good. Well done.


Ericus Steyn