parametros = {
"METADATO" : METADATO,
"estado" : estado,
"regcat" : regcat,
"municipio" : municipio
};
$.ajax({
data: parametros,
url: '../../Database/Municipios_sinKml.php',
type: 'get',
dataType: 'xml',
cache: false,
success: function (response) {
var dataSource = new Cesium.KmlDataSource();
viewer.dataSources.add(dataSource);
dataSource.loadKml(response);
}
});
--
You received this message because you are subscribed to the Google Groups "cesium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cesium-dev+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "cesium-dev" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/cesium-dev/131Iz3TZgao/unsubscribe.
To unsubscribe from this group and all its topics, send an email to cesium-dev+...@googlegroups.com.