• Resolved 24jobs

    (@24jobs)


    good evening dear experts of the Enhanced Text Widget


    i just stumbled upon your site – and the plugin: Well i am after a little script that allows me to add more functionality on to my website:

    well i am about to create a wordpress-plugin that offers the output of the following data …the data of a a Neaby-search:

    can we create a quewry that shows up all the schools that are in the near – in other words

    • (it is a area search) how to perform a search – for [ redundant link removed ] :

    example: what i am after. how to create a request to find all the schools – in the area of – let us say munich – in a radius of 10 km for example!?

    a output that shows all the schools around a certain point – or in other words; all in Munich – in a area /(radius) of let us say 10 kilometers can we create a query that works on Overpass-turbo.eu

    eg like so: first of all see the intened osm – nearby-search that runs against the overpass-Turbo.eu -API

    [out:csv(::id,::type,::lon,::lat,amenity,name,"addr:postcode","addr:city","addr:street","addr:housenumber","contact:website",website,"contact:email")]
    [timeout:600];
    
    area[name="München"];
    nwr(area)[name="Marienplatz"];
    nwr["amenity"="school"](around:10000);
    out center;

    it gives back the results:

    @id @type   @lon    @lat    amenity name    addr:postcode   addr:city   addr:street addr:housenumber    contact:website website contact:email
    312793352   node    11.5815046  48.1322045  school  Schulverbund München    80469   München Kohlstra?e  5       https://www.schulverbund.de/    
    703266518   node    11.5746643  48.1387135  school  EAM School of International Business                    https://eam-muenchen.com/       
    1096318121  node    11.5827303  48.1368214  school  Otto-Falckenberg-Schule 80539   München Stollbergstra?e 7a      https://www.otto-falckenberg-schule.de/ 
    1096318127  node    11.5822067  48.1376239  school  Otto-Falckenberg-Schule 80539   München Falckenbergstra?e   2       https://www.otto-falckenberg-schule.de/ 
    1142514805  node    11.5665710  48.1353750  school  Evangelisches Bildungszentrum   80331   München Herzog-Wilhelm-Stra?e   24  https://www.stadtakademie-muenchen.de/      [email protected]
    1576527684  node    11.5728245  48.1336093  school  Theresia-Gerhardinger-Grundschule am Anger                      https://gs-am-anger.de/ 
    1576528339  node    11.5721671  48.1333479  school  Theresia-Gerhardinger-Gymnasium am Anger                        https://www.tggaa.de/   
    2493656150  node    11.5814603  48.1366835  school  F?rderschule an der Herrnstra?e 80539   München Herrnstra?e 21      https://stadt.muenchen.de/service/info/sonderpaedagogisches-foerderzentrum-muenchen-mitte-2-herrnstr-21/1060084/    
    2654727020  node    11.5812823  48.1365482  school  Grundschule an der Herrnstra?e 
    
    
    

    Link to other topic

    I think that i can use here the enhanced – Text-Widget-Plugin. What do you think!?

    hmm – well – i think that this could be a first step into the direction: i think that i hopefully can use your plugin to set up a WordPress plugin that creates a widget called “OSM-Nearby Schools Widget”: Again What is aimed: Well the widget schould retrieve nearby schools using Overpass API within a 10km radius of Munich’s coordinates (48.1351 latitude, 11.5820 longitude), and displays them in an unordered list. Well we may need to adjust the coordinates and then run it against the Overpass API query to fit even more specific requirements.

    Do you have some additional ideas – what to add to the plugin(logic) of your plugin – i guess that we can use the enhanced text widgtet – and finally get such a output!`?

    • This topic was modified 8 months, 3 weeks ago by Jan Dembowski.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author iClyde

    (@iclyde)

    Hi @24jobs

    We don’t plan to add new features to our plugin as we still support sites that use classic widgets, but thank you for your suggestion!

    Feel free to try with newer plugins.

    Thank you!

    Thread Starter 24jobs

    (@24jobs)

    thank you for the reply. Glad to see your viable project. keep it up. it rocks!
    WordPress is the coolest project on the net!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘use the enhanced text widget plugin to get displayed data to a widget’ is closed to new replies.