• Resolved apolloman

    (@apolloman)


    hi there dear and good day dear support-ole,

    first of all: many thanks for bringing Out of the great plugin google-maps-easy to the world. I love it from the bottom of my heart. IT is great and very very well designed.

    this is just outstanding and great! i am a big big WordPress Fan and i have to tell you – this is so great i love your Plugin.

    can i exort maps – created by requests to the overpass-turbo.eu page: and export the kml-results into your Plugin.
    That would be more than great. i like the features and the options that we have with it. At the moment i am in the early planning stages of a new project.

    again – the approaches: well i want to export the maps in kml or geojson.

    u want to have the dataset of the hospitals of

    a. southamerica or
    b. europe

    for a overview or for retrival …

    for example a: … showing a map that i have gathered – from http://www.overpass-turbo.eu

    
    area["ISO3166-1"="BR"]->.brazil;
    area["ISO3166-1"="AR"]->.argentina;
    
    /* more areas..*/
    (
      nwr[amenity=hospital](area.brazil);
      nwr[amenity=hospital](area.argentina);
      /* other queries... */
    );
    out center;
    for example b:
    
    [out:csv(::id,::type,"name","addr:postcode","addr:city","addr:street","addr:housenumber","website"," contact:email=*")][timeout:600];
    area["ISO3166-1"="CL"]->.chile;
    
    /* more areas..*/
    
    (
      nwr[amenity=hospital](area.chile);
    );
    out center;

    and besides showing some maps i want to offer a retrival: eg with a plugin like

    wp-jobmanager or wp-participants database ( cf; https://wordpress.org/support/plugin/participants-database/ )

    
    
    812380089	way	Clínica Tarapacá		Iquique	Barros Arana	1550	https://www.clinicatarapaca.cl/	
    812714508	way	Hospital Clínico Viña del Mar		Viña del Mar	Limache	1741		
    817842590	way	Hospital de Fresia			San José	301		
    819315869	way	Nueva Clínica Madre e Hijo			Avenida Santa Rosa	1503		
    822509761	way	SurMédica						
    828332217	way	Consalud						
    829563034	way	Hospital de Niños Dr. Roberto del Río						
    831654714	way	Clínica Reñaca						
    832118050	way	Clínica Alemana			Beauchef	765		
    832203189	way	Clínica Curicó		Curicó	Villota			
    840220768	way	Hospital Angol			General Óscar Bonilla	750		
    840359494	way							
    844876695	way	SOS RESCATE ANIMAL	100000	La Huaica	Bernardo O'Higgins	S/N		
    4587756	relation	Clínica Portada		Antofagasta	Avenida José Manuel Balmaceda	2648	http://www.clinicaportada.cl/	
    6066032	relation	Complejo Asistencial Doctor Víctor Ríos Ruiz			Avenida Ricardo Vicuña	0147		
    6634378	relation	Preuniversitario Pedro de Valdivia		Lo Barnechea	Avenida José Alcalde Délano	10581	https://www.preuniversitariopedrodevaldivia.cl/	
    7133551	relation	

    well do you think that i can do some thing – eg the import of data that is derived eg Overpass-turbo.eu or (besides this from) .from healthsites.io or openstreetmap (the GeoJSON or KML data )?

    look forward to hear from you

    regards

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘adding data from the healthsites.io-project to wordpress – is this possible?!’ is closed to new replies.