Skip to content

Is this feasible: Extract geolocation data from images?

NodeBB Plugins
3 2 2.1k 3
  • Is this feasible in Nodebb, to extract the geolocation information from an image that is attached to a post? My desire is to have the location data presented in the post along with the image. Possibly the data could be presented as a link to a map of that location or even to an embedded map image that could be manipulated. Zoomed, moved, etc.

    Thank you.

  • If the image contains that sort of EXIF data... then yes, it is possible. Whether or not there is a library to parse such information from the image, is a different question 😄

  • I may commission the Nodebb team for this work. I have been in contact with @julian regarding it.


Suggested Topics


  • uploading images with the nodebb-plugin-write-api

    NodeBB Plugins
    9
    0 Votes
    9 Posts
    2k Views
    phenomlabP
    @lostspace just so you know you're not blasting posts into a black hole that nobody ever sees.... Thanks for the information you've provided. The API can be difficult to understand and work with, and the examples you've posted will undoubtedly help others in the same journey.
  • Issue with Composer Redactor upload image + Quill

    NodeBB Plugins
    1
    0 Votes
    1 Posts
    720 Views
    M
    Hi, I am using nodebb-plugin-composer-redactor 3.4.8 on Nodebb 1.16.1. I just notice that the 'upload an image' function isn't working on Redactor. From the log, it shows that the image is uploaded to the server (/nodebb/public/uploads/files folder) successfully, but the editor doesn't show the image being inserted to the post at all. There's an empty <img> tag inserted to the post though. When I tried using different composers (Quill and NodeBB default composer), the image upload function works as it should. Redactor is no longer supported, but I wonder if I can have this fixed. Otherwise, what is the recommendation? Switching to Quill? Re: Quill What is the best way to modify the toolbar on Quill editor? I want to hide some icons from the toolbar and currently use CSS to hide them. Do I have to fork the plugin and edito /static/lib/quill-nbb.js to my liking (ie: var toolbarOptions = { container: [ [{ header: [1, 2, 3, 4, 5, 6, false] }], // h1..h6 [{ font: [] }], ['bold', 'italic', 'underline', 'strike'], // toggled buttons ['link', 'blockquote', 'code-block'], [{ list: 'ordered' }, { list: 'bullet' }], [{ script: 'sub' }, { script: 'super' }], // superscript/subscript [{ color: [] }, { background: [] }], // dropdown with defaults from theme [{ align: [] }], ['clean'], ], handlers: {}, }; Or is there a way similar to 'creating a child theme' - where I don't need to build everything from the scratch, but some add new template/css/js to extend the theme? Thank you!
  • Group Badge as Image

    NodeBB Plugins
    1
    0 Votes
    1 Posts
    902 Views
    A
    I was wondering if there was any way or plugin to assign images as group badges instead? Similar to the example in this thread. https://community.nodebb.org/topic/13021/badge-like-plugin-for-forum-patrons
  • nodebb-widget-image-carousel failed to load

    NodeBB Plugins
    2
    0 Votes
    2 Posts
    2k Views
    PitaJP
    @jiangcaiyang the error you posted points to client-side code. The code you posted is pretty clearly server-side.
  • how to delete data when plugin is disabled

    NodeBB Plugins
    4
    0 Votes
    4 Posts
    3k Views
    yariplusY
    Make sure you have a good reason for doing this. Someone may remove a plugin and reinstall it at a later date, and still want their old settings. Right now this is how it works by default.

Looks like your connection to NodeBB Community was lost, please wait while we try to reconnect.