Page 1 of 5

Insertar google maps con una ruta personalizada (realizada en un archivo .kml)

Posted: Sat Oct 12, 2013 5:09 pm
by Vicent Cortés

Buenas tardes,

He realizado todos los tutoriales sobre Google Maps que hay en vuestra web. Lo que quiero realizar, es que cuando se pulse un botón en la pantalla, se abra una ventana nueva en la aplicación donde aparezca google maps y una ruta realizada por mi, que tengo hecha en un archivo .kml. (archivo de waypoints generado con Google Maps). ¿Qué pasos tendría que hacer para poder llevar acabo la aplicación?

Un saludo y gracias.

Vicente


Insertar google maps con una ruta personalizada (realizada en un archivo .kml)

Posted: Sat Oct 12, 2013 5:18 pm
by maxkatz

Please post your question in English. What Google translated is still not very clear.


Insertar google maps con una ruta personalizada (realizada en un archivo .kml)

Posted: Sat Oct 12, 2013 5:37 pm
by Vicent Cortés

I don't speak english very well, I try it.

I have made all the tutoriales on Google Maps that exists in your web. What I want to realize, is that when a button is touched on the screen, a new window opens itself in the application where it appears google maps and a route realized for my, that I have done in a file .kml. (this file of waypoints generated with Google Maps). What steps it would have to do to be able to go do I end the application?


Insertar google maps con una ruta personalizada (realizada en un archivo .kml)

Posted: Sat Oct 12, 2013 7:10 pm
by maxkatz

Still not 100% sure.. you want to open a Google Map component in a new window and load the location/points from a .kml file?


Insertar google maps con una ruta personalizada (realizada en un archivo .kml)

Posted: Sat Oct 12, 2013 8:12 pm
by Vicent Cortés

yes.

do you can help me?


Insertar google maps con una ruta personalizada (realizada en un archivo .kml)

Posted: Sat Oct 12, 2013 8:13 pm
by Vicent Cortés

I not to programme in javascript


Insertar google maps con una ruta personalizada (realizada en un archivo .kml)

Posted: Sat Oct 12, 2013 9:06 pm
by Igor

Hello,

Please try to debug your app and check if there are any errors in browser console?
Tutorial how to debug app : http://docs.appery.io/documentation/d...


Insertar google maps con una ruta personalizada (realizada en un archivo .kml)

Posted: Sat Oct 12, 2013 9:31 pm
by Vicent Cortés

I did not understand your answer. I want to upload a file. Kml file (edited by me in Google maps) in the google map of your application.


Insertar google maps con una ruta personalizada (realizada en un archivo .kml)

Posted: Mon Oct 14, 2013 6:21 am
by Kateryna Grynko

Hi Vicent,

I am not sure about using .kml files. Here is how to upload files to Appery.io: http://docs.appery.io/tutorials/uploa...


Insertar google maps con una ruta personalizada (realizada en un archivo .kml)

Posted: Mon Oct 14, 2013 6:49 am
by Kateryna Grynko

You can then access database file and insert it in REST Service echo-response. Then you can read it as XML and process file data as you need.