Title: Using data from geojson
Last modified: May 18, 2023

---

# Using data from geojson

 *  Resolved [waimek](https://wordpress.org/support/users/waimek/)
 * (@waimek)
 * [3 years ago](https://wordpress.org/support/topic/using-data-from-geojson/)
 * Hello,
 * I’m currently creating a map with Waymark. I imported my layers from a geojson
   file.
 * I would know if it’s possible to see my features data on the map (for example
   when i click on a marker), when i import my geojson file.
 * I would like to display some data fields from my geojson when i click on map 
   features.
 * It’s a big geojson file so i cannot rewrite all data.
 * Thanks
    -  This topic was modified 3 years ago by [waimek](https://wordpress.org/support/users/waimek/).

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Joe](https://wordpress.org/support/users/morehawes/)
 * (@morehawes)
 * [3 years ago](https://wordpress.org/support/topic/using-data-from-geojson/#post-16750079)
 * Hi [@waimek](https://wordpress.org/support/users/waimek/),
 * Thanks for reaching out. To confirm, are you talking about GeoJSON “properties”
   which are stored like _my\_property_ here?:
 *     ```wp-block-code
       {
         "type": "Feature",
         "geometry": {
           "type": "Point",
           "coordinates": [125.6, 10.1]
         },
         "properties": {
           "my_property": "Some content here"
         }
       }
       ```
   
 * If that is the case currently Waymark ignores these and does not import them.
 * Are you asking for them to be imported and then then display in the Info window/
   bubble when clicking? If so, could you provide a sample file, or more details
   about the kind of data stored in these properties and how you would like them
   displayed?
 * Cheers,
 * Joe
 *  Thread Starter [waimek](https://wordpress.org/support/users/waimek/)
 * (@waimek)
 * [3 years ago](https://wordpress.org/support/topic/using-data-from-geojson/#post-16750429)
 * Hello,
 * You perfectly understood what i want to do.
 * Here is a sample:
 * {
 * “type”: “Feature”,
 *  “geometry”: {
 * “type”: “Point”,
 * “coordinates”: [125.6, 10.1] },
 * “properties”: {
 * “AuthorizationOwner”: “Mr XXX” ,
 * “AuthorizationDate”: “10/02/2022”,
 * “EndDate”: “10/03/2023”
 * “AuthorizationNumber”: “12344”
 * }
 * }
 * There are some more fields, but display these could be a good first step for 
   my Map.
 * The best for me should be to display it on hover in a bubble (replacing the property
   key by a pretty string)
 * Regards
 *  Plugin Author [Joe](https://wordpress.org/support/users/morehawes/)
 * (@morehawes)
 * [3 years ago](https://wordpress.org/support/topic/using-data-from-geojson/#post-16773580)
 * Hi [@waimek](https://wordpress.org/support/users/waimek/),
 * I have just added the ability to do this in the latest release (v0.9.28).
 * You can now read GeoJSON feature properties when importing from file by adding
   them in Waymark Settings > Overlays > Properties. If Waymark finds data for these
   properties it will be added to the Overlay description when it is imported.
 * Please let me know if you encounter any issues.
 * Cheers,
 * Joe

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Using data from geojson’ is closed to new replies.

 * ![](https://ps.w.org/waymark/assets/icon-256x256.png?rev=3491393)
 * [Waymark](https://wordpress.org/plugins/waymark/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/waymark/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/waymark/)
 * [Active Topics](https://wordpress.org/support/plugin/waymark/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/waymark/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/waymark/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Joe](https://wordpress.org/support/users/morehawes/)
 * Last activity: [3 years ago](https://wordpress.org/support/topic/using-data-from-geojson/#post-16773580)
 * Status: resolved