Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Recent content by JohnH

  1. J

    JavaScript How to select area value from geojson using javascript

    @cg22 thank you so much for your help, it works. But I have tried it for the second condition with a different JSON file and I got 0. The second senario is if the smallest area of the data is >20 selet the smallest value. Here is the JSON file. Can you please help? { "type"...
  2. J

    JavaScript How to select area value from geojson using javascript

    I'm trying to right a javascript function that selects a polygon based on area value. The criterea is to select largest value if the heighest area value of a feature collection plygons is <= 20. Else, if the smalest area value a feature collection plygons is > 20, to select the smallest value...
Back
Top Bottom