Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to upload kml file to google maps

Former Member
0 Kudos

Hello,

I created a abap report to assemble a google maps kml file and save the kml in local computer.

After that i import the kml file manually in the my map of google map.

But is there a web service of google which can upload the kml file directly from the abap report to google maps?

Thanks!

Kind regards

Kangsuk

1 ACCEPTED SOLUTION

ipravir
Active Contributor
0 Kudos

Hi Kangsuk,

Are you importing kml file to Google Earth or Google Map in browser?

Regards.

Praveer.

5 REPLIES 5

ipravir
Active Contributor
0 Kudos

Hi Kangsuk,

Are you importing kml file to Google Earth or Google Map in browser?

Regards.

Praveer.

Former Member
0 Kudos

Hi Praveer,

Yes, i need the kml file be imported in the google map in browser.

After you logon in your google account, you can create your own maps by uploading kml file.

It means i need pass google username and password and kml file as a input parameters to the web service if this kind of web service exists.

Is it possible?

Thanks!

Kind regards

ipravir
Active Contributor
0 Kudos

Hi kangsuk,

Please find the below link, it says, Google has been stopped KML file support in Google Map (Broswer).

Even i tried to upload a KML file manually, but it wont work.

KML files on Google Maps - Google Maps API — Google Developers

But still you can display Google Map Inside

Please find below link,  where i have a small project to display Google map and through marker displaying co-ordinates of user log in.

Hope, it could help you to complete your task.

Regards.

Praveer,

Former Member
0 Kudos

Hi Praveer,

Thanks a lot!! It helps!

I will try to display the google map direct in the sap screen instead of updating kml

to my maps.

Thanks again!

Kind regards

Kangsuk

ipravir
Active Contributor
0 Kudos

Hi Kangsuk,

Your welcome. Hope you are able to understand all steps,.

If found any difculty, please let me know.

Regards.

Praveer.