Support

Account

Home Forums General Issues Strange Behavior with field data and get_field Reply To: Strange Behavior with field data and get_field

  • Interesting. This is the record BEFORE I go to the backend and hit update.

    {
    “osm_geometry”: “way/955280979”,
    “fs_ski_resort_name”: “牧の入高原スノーパーク”,
    “fs_ski_resort_name_en”: “Makinoiri Kogen Snow Park”,
    “fs_ski_resort_landuse”: “winter_sports”,
    “fs_ski_resort_sport”: “downhill”,
    “fs_ski_resort_lit”: null,
    “fs_ski_resort_email”: null,
    “fs_ski_resort_phone”: null,
    “fs_ski_resort_fax”: null,
    “fs_ski_resort_addr_full”: null,
    “fs_ski_resort_postal_code”: null,
    “fs_ski_resort_contact_website”: “https://makinoiri.com/”,
    “fs_ski_resort_contact_facebook”: null,
    “fs_ski_resort_contact_twitter”: null,
    “fs_ski_resort_wikidata”: null,
    “fs_ski_resort_wikipedia”: null,
    “fs_ski_resort_aa_winter_sports_sq_km”: “0.74”,
    “fs_ski_resort_aa_pistes_length”: “5660”,
    “fs_ski_resort_aa_lifts_length”: “2520”,
    “fs_ski_resort_aa_pistes_count”: “12”,
    “fs_ski_resort_aa_lifts_count”: “4”,
    “fs_ski_resort_aa_min”: “610”,
    “fs_ski_resort_aa_max”: “891”,
    “fs_ski_resort_aa_novice_length”: “0”,
    “fs_ski_resort_aa_novice_count”: “0”,
    “fs_ski_resort_aa_easy_length”: “0”,
    “fs_ski_resort_aa_easy_count”: “0”,
    “fs_ski_resort_aa_intermediate_length”: “0”,
    “fs_ski_resort_aa_intermediate_count”: “0”,
    “fs_ski_resort_aa_advanced_length”: “0”,
    “fs_ski_resort_aa_advanced_count”: “0”,
    “fs_ski_resort_aa_expert_length”: “0”,
    “fs_ski_resort_aa_expert_count”: “0”,
    “fs_ski_resort_aa_freeride_length”: “0”,
    “fs_ski_resort_aa_freeride_count”: “0”,
    “fs_ski_resort_aa_extreme_length”: null,
    “fs_ski_resort_aa_extreme_count”: null,
    “fs_ski_resort_aa_zoom”: null,
    “fs_ski_resort_aa_y”: “36.8143696397”,
    “fs_ski_resort_aa_x”: “138.3968575196”,
    “fs_ski_resort_aa_mean”: “192.00350194703”,
    “fs_ski_resort_aa_pitch”: null,
    “ZOOM”: null
    },

    This is the output after I hit the UPDATE button. The info is sitting populated in the input boxes. Strange.

    {
    “osm_geometry”: “way/955280979”,
    “fs_ski_resort_name”: “牧の入高原スノーパーク”,
    “fs_ski_resort_name_en”: “Makinoiri Kogen Snow Park”,
    “fs_ski_resort_landuse”: “winter_sports”,
    “fs_ski_resort_sport”: “downhill”,
    “fs_ski_resort_lit”: “”,
    “fs_ski_resort_email”: “”,
    “fs_ski_resort_phone”: “”,
    “fs_ski_resort_fax”: “”,
    “fs_ski_resort_addr_full”: “”,
    “fs_ski_resort_postal_code”: “”,
    “fs_ski_resort_contact_website”: “https://makinoiri.com/”,
    “fs_ski_resort_contact_facebook”: “”,
    “fs_ski_resort_contact_twitter”: “”,
    “fs_ski_resort_wikidata”: “”,
    “fs_ski_resort_wikipedia”: “”,
    “fs_ski_resort_aa_winter_sports_sq_km”: “0.74”,
    “fs_ski_resort_aa_pistes_length”: “5660”,
    “fs_ski_resort_aa_lifts_length”: “2520”,
    “fs_ski_resort_aa_pistes_count”: “12”,
    “fs_ski_resort_aa_lifts_count”: “4”,
    “fs_ski_resort_aa_min”: “610”,
    “fs_ski_resort_aa_max”: “891”,
    “fs_ski_resort_aa_novice_length”: “0”,
    “fs_ski_resort_aa_novice_count”: “0”,
    “fs_ski_resort_aa_easy_length”: “0”,
    “fs_ski_resort_aa_easy_count”: “0”,
    “fs_ski_resort_aa_intermediate_length”: “0”,
    “fs_ski_resort_aa_intermediate_count”: “0”,
    “fs_ski_resort_aa_advanced_length”: “0”,
    “fs_ski_resort_aa_advanced_count”: “0”,
    “fs_ski_resort_aa_expert_length”: “0”,
    “fs_ski_resort_aa_expert_count”: “0”,
    “fs_ski_resort_aa_freeride_length”: “0”,
    “fs_ski_resort_aa_freeride_count”: “0”,
    “fs_ski_resort_aa_extreme_length”: “”,
    “fs_ski_resort_aa_extreme_count”: “”,
    “fs_ski_resort_aa_zoom”: “15”,
    “fs_ski_resort_aa_y”: “36.8143696397”,
    “fs_ski_resort_aa_x”: “138.3968575196”,
    “fs_ski_resort_aa_mean”: “192.00350194703”,
    “fs_ski_resort_aa_pitch”: “85”,
    “ZOOM”: “15”
    },