Answer the question
In order to leave comments, you need to log in
How to change TV modx after saving resource?
There is a plugin that takes values from the address field and geocodes it into the coordinate field:
<?php
$param = array(
'adres' => $resource->getTVValue('adres'),
'id' => $resource->get('id')
);
$modx->runSnippet('geocoords',$param);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question